mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-engines/box2d: actually run built tests
Not much sense in having a new IUSE=test if not running tests (testbed still disabled, unsure if can resonably run these here). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -25,3 +25,7 @@ src_configure() {
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
"${BUILD_DIR}"/bin/unit_test || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user