diff --git a/test/Jamfile b/test/Jamfile index d6668df5..4f795b9a 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,248 +1,254 @@ # # Regression test Jamfile for boost configuration setup. -# This file was automatically generated on Fri May 23 11:49:09 GMTST 2003, -# do not edit by hand... +# *** DO NOT EDIT THIS FILE BY HAND *** +# This file was automatically generated on Sun Aug 3 11:37:53 GMTST 2003, +# by libs/config/tools/generate +# +# If you need to alter build preferences then set them in +# 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 ; -run config_info.cpp ; -run config_test.cpp ../../test/build/boost_test_exec_monitor : config_test.cpp ; -run limits_test.cpp ../../test/build/boost_test_exec_monitor ; +run config_info.cpp