regex regression test update

[SVN r7996]
This commit is contained in:
John Maddock 2000-10-18 10:43:07 +00:00
parent 677407eb9d
commit 6b09a8ab3e
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit f59c88d0bb532b4b35929172befd1304e6c1bfd9
Subproject commit bd184b7aded0565ffe0eb75cf90a094e64dc2b92

View file

@ -206,7 +206,8 @@ if program_arg=="*":
compile( "rational/rational_example.cpp" )
compile( "random/random_test.cpp" )
compile( "random/random_demo.cpp" )
compile( "regex/src/cregex.cpp" )
compile( "regex/demo/regress/regex_test.cpp" )
compile( "regex/demo/regress/wregex_test.cpp" )
compile( "smart_ptr/smart_ptr_test.cpp" )
# compile( "utility/algo_opt_examples.cpp" )
compile( "utility/call_traits_test.cpp" )
@ -221,3 +222,4 @@ else:
f.write( "</table>\n</body>\n</html>\n" )
# end