From e5262ed21932baabfe5b54ca01ee7b9dd583d711 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 3 Aug 2003 11:41:45 +0000 Subject: [PATCH] Refactored config test options. Regenerated script generated files. [SVN r19412] --- test/Jamfile | 328 ++++++++++++++++++++++--------------------- test/config_test.cpp | 2 +- test/options.jam | 22 +++ tools/generate | 22 +-- 4 files changed, 204 insertions(+), 170 deletions(-) create mode 100644 test/options.jam 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