Compare commits

...

3 Commits

Author SHA1 Message Date
01b7b6479a Super super simplify. 2024-11-02 17:58:33 +00:00
2748b66719 Try simpler Jamfile.v2 2024-11-02 17:53:13 +00:00
3375e0197b Correct example/Jamfile.v2 so that grep gets valid command line arguments. 2024-11-02 17:38:02 +00:00

View File

@ -44,7 +44,7 @@ path-constant HERE : . ;
test-suite regex-examples :
[ regex-test-run timer/regex_timer.cpp /boost/smart_ptr//boost_smart_ptr : $(HERE)/timer/input_script.txt ]
[ regex-test-run grep/grep.cpp /boost/program_options//boost_program_options/<link>static : -n -b $(HERE)/../include/boost/regex.hpp : test_grep ]
[ regex-test-run grep/grep.cpp /boost/program_options//boost_program_options/<link>static : -n -b -E include $(HERE)/../include/boost/regex.hpp : test_grep ]
[ regex-test-run snippets/credit_card_example.cpp ]
[ regex-test-run snippets/mfc_example.cpp ]
[ regex-test-run snippets/icu_example.cpp ]