diff --git a/test/Jamfile b/test/Jamfile index 5586575..587a493 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -15,8 +15,7 @@ subproject libs/optional/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 ;