Skip to content

Commit

Permalink
games-engines/box2d: actually run built tests
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ionenwks committed Oct 8, 2021
1 parent 6b36233 commit eafd348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions games-engines/box2d/box2d-2.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ src_configure() {
)
cmake_src_configure
}

src_test() {
"${BUILD_DIR}"/bin/unit_test || die
}

0 comments on commit eafd348

Please sign in to comment.