Added BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS.

Updated tests to not use Boost.Test.


[SVN r23146]
This commit is contained in:
John Maddock
2004-06-22 12:41:11 +00:00
parent 3d62b1768f
commit 824cdcf0cf
8 changed files with 312 additions and 172 deletions
+4 -4
View File
@@ -192,8 +192,8 @@ EOF
echo "compile-fail libs/config/test/$basename""_fail.cpp" >> ../test/regression.cfg
echo 'test-suite "'$macroname'" : ' >> ../test/Jamfile
echo "[ run $basename""_pass.cpp <template>config_test_options ]" >> ../test/Jamfile
echo "[ compile-fail $basename""_fail.cpp <template>config_test_options ] ;" >> ../test/Jamfile
echo "[ run $basename""_pass.cpp <template>config_options ]" >> ../test/Jamfile
echo "[ compile-fail $basename""_fail.cpp <template>config_options ] ;" >> ../test/Jamfile
done
@@ -318,8 +318,8 @@ EOF
echo "compile-fail libs/config/test/$basename""_fail.cpp" >> ../test/regression.cfg
echo 'test-suite "'$macroname'" : ' >> ../test/Jamfile
echo "[ run $basename""_pass.cpp <template>config_test_options ]" >> ../test/Jamfile
echo "[ compile-fail $basename""_fail.cpp <template>config_test_options ] ;" >> ../test/Jamfile
echo "[ run $basename""_pass.cpp <template>config_options ]" >> ../test/Jamfile
echo "[ compile-fail $basename""_fail.cpp <template>config_options ] ;" >> ../test/Jamfile
done