diff --git a/Jamfile b/Jamfile index 0a635af..981731b 100644 --- a/Jamfile +++ b/Jamfile @@ -2,8 +2,7 @@ subproject libs/static_assert ; # bring in the rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; test-suite static_assert : [ run static_assert_test.cpp ]