diff --git a/test/Jamfile b/test/Jamfile index 9b0a49db..eb1d67be 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -8,10 +8,9 @@ # the template defined in options.jam. # subproject libs/config/test ; + # bring in the rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; -include $(BOOST_ROOT)/libs/config/test/options.jam ; +import testing ./options ; run config_info.cpp