diff --git a/test/Jamfile b/test/Jamfile index a288174..67951c8 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,8 +1,7 @@ subproject libs/mpl/test ; # bring in rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; compile advance.cpp ; compile always.cpp ; diff --git a/test/aux_/Jamfile b/test/aux_/Jamfile index 0186c40..1106e07 100644 --- a/test/aux_/Jamfile +++ b/test/aux_/Jamfile @@ -1,8 +1,7 @@ subproject libs/mpl/test/aux_ ; # bring in rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; compile debug_print.cpp ; compile has_rebind.cpp ;