mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Changed test names to prevent directory/test name conflict.
[SVN r34221]
This commit is contained in:
@ -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 :
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
]
|
]
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user