diff --git a/test/Jamfile b/test/Jamfile index 3fb86ee..2199a8d 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -11,8 +11,7 @@ subproject libs/utility/test ; # bring in rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; # Make tests run by default. DEPENDS all : test ;