Add std::locale-support to grep test as it uses codecvt.

[SVN r28723]
This commit is contained in:
Rene Rivera
2005-05-07 21:33:22 +00:00
parent c9f906eb14
commit 0d5dcf41d9

View File

@ -40,7 +40,7 @@ if ! $(gMFC_CHECK)
} }
} }
rule regex-test-run ( sources + : input * ) rule regex-test-run ( sources + : input * : requirements * )
{ {
return [ return [
run run
@ -56,6 +56,7 @@ rule regex-test-run ( sources + : input * )
: # requirements : # requirements
<threading>multi <threading>multi
$(REGEX_MFC_OPTS) $(REGEX_MFC_OPTS)
$(requirements)
: # test name : # test name
] ; ] ;
} }
@ -63,7 +64,7 @@ rule regex-test-run ( sources + : input * )
test-suite regex-examples : test-suite regex-examples :
[ regex-test-run timer/regex_timer.cpp <template>../build/msvc-stlport-tricky : $(BOOST_ROOT)/libs/regex/example/timer/input_script.txt ] [ regex-test-run timer/regex_timer.cpp <template>../build/msvc-stlport-tricky : $(BOOST_ROOT)/libs/regex/example/timer/input_script.txt ]
[ regex-test-run grep/grep.cpp <lib>../../program_options/build/boost_program_options : -n -b $(BOOST_ROOT)/boost/regex.hpp $(BOOST_ROOT)/boost/type_traits.hpp ] [ regex-test-run grep/grep.cpp <lib>../../program_options/build/boost_program_options : -n -b $(BOOST_ROOT)/boost/regex.hpp $(BOOST_ROOT)/boost/type_traits.hpp : std::locale-support ]
[ 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 ]