commit: eafd348ed8913276c442bfbbc0c7d388174ef99b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 8 11:14:11 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Oct 8 11:17:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafd348e
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 <AT> gentoo.org>
games-engines/box2d/box2d-2.4.1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/games-engines/box2d/box2d-2.4.1.ebuild
b/games-engines/box2d/box2d-2.4.1.ebuild
index bbb16ef9e92..0fe84b500b2 100644
--- a/games-engines/box2d/box2d-2.4.1.ebuild
+++ b/games-engines/box2d/box2d-2.4.1.ebuild
@@ -25,3 +25,7 @@ src_configure() {
)
cmake_src_configure
}
+
+src_test() {
+ "${BUILD_DIR}"/bin/unit_test || die
+}