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:
Ionen Wolkens
2021-10-08 07:14:11 -04:00
parent 6b36233d2f
commit eafd348ed8

View File

@@ -25,3 +25,7 @@ src_configure() {
)
cmake_src_configure
}
src_test() {
"${BUILD_DIR}"/bin/unit_test || die
}