#!/bin/sh #get date: date_string=`date` # init config file: cat > ../test/regression.cfg << EOF // // regression test script for boost configuration setup // run libs/config/test/config_info.cpp run libs/config/test/config_test.cpp run libs/config/test/limits_test.cpp EOF cat > ../test/Jamfile << EOF # # Regression test Jamfile for boost configuration setup. # *** DO NOT EDIT THIS FILE BY HAND *** # This file was automatically generated on $date_string, # 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