Skip to content

Commit

Permalink
Try simpler Jamfile.v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Nov 2, 2024
1 parent 3375e01 commit 2748b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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 -E #include.+ $(HERE)/../include/boost/regex.hpp : test_grep ]
[ regex-test-run grep/grep.cpp /boost/program_options//boost_program_options/<link>static : -n -b -E #includ[ea] $(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 ]
Expand Down

0 comments on commit 2748b66

Please sign in to comment.