We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac33d28 commit 6226c2eCopy full SHA for 6226c2e
example/Jamfile.v2
@@ -7,6 +7,8 @@
7
8
import testing ;
9
10
+project : requirements <library>/boost/tokenizer//boost_tokenizer ;
11
+
12
test-suite "tokenizer-examples"
13
: [ run char_sep_example_1.cpp ]
14
[ run char_sep_example_2.cpp ]
test/Jamfile.v2
@@ -4,6 +4,8 @@
4
5
6
run examples.cpp : : : <library>/boost/array//boost_array ;
run simple_example_1.cpp ;
run simple_example_2.cpp ;
0 commit comments