Changed test names to prevent directory/test name conflict.

[SVN r34221]
This commit is contained in:
John Maddock
2006-06-07 16:38:23 +00:00
parent 921b0d758e
commit b58521163b
2 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,7 @@ project
; ;
rule regex-test-run ( sources + : input * ) rule regex-test-run ( sources + : input * : name * )
{ {
return [ return [
run run
@ -18,13 +18,14 @@ rule regex-test-run ( sources + : input * )
: # test-files : # test-files
: # requirements : # requirements
: # test name : # test name
$(name)
] ; ] ;
} }
test-suite regex-examples : test-suite regex-examples :
[ regex-test-run timer/regex_timer.cpp : $(BOOST_ROOT)/libs/regex/example/timer/input_script.txt ] [ regex-test-run timer/regex_timer.cpp : $(BOOST_ROOT)/libs/regex/example/timer/input_script.txt ]
[ regex-test-run grep/grep.cpp ../../program_options/build//boost_program_options/<link>static : -n -b $(BOOST_ROOT)/boost/regex.hpp $(BOOST_ROOT)/boost/type_traits.hpp ] [ regex-test-run grep/grep.cpp ../../program_options/build//boost_program_options/<link>static : -n -b $(BOOST_ROOT)/boost/regex.hpp $(BOOST_ROOT)/boost/type_traits.hpp : test_grep ]
[ regex-test-run snippets/credit_card_example.cpp ] [ regex-test-run snippets/credit_card_example.cpp ]
[ regex-test-run snippets/mfc_example.cpp ] [ regex-test-run snippets/mfc_example.cpp ]
[ regex-test-run snippets/icu_example.cpp ] [ regex-test-run snippets/icu_example.cpp ]
@ -54,3 +55,4 @@ test-suite regex-examples :

View File

@ -97,7 +97,7 @@ test-suite regex
] ]
[ run collate_info/collate_info.cpp ../build//boost_regex [ run collate_info/collate_info.cpp ../build//boost_regex
: : : <test-info>always_show_run_output ] : : : <test-info>always_show_run_output : test_collate_info ]
[ compile concepts/concept_check.cpp ../build//boost_regex [ compile concepts/concept_check.cpp ../build//boost_regex
@ -119,4 +119,4 @@ test-suite regex
captures_test captures_test
] ]
; ;