|
|
@@ -86,6 +86,7 @@ build-project ../libs/static_assert ; # test-suite static_assert
|
|
|
build-project ../libs/system/test ; # test-suite system
|
|
|
build-project ../libs/test/test ; # test-suite test
|
|
|
build-project ../libs/thread/test ; # test-suite thread
|
|
|
+build-project ../libs/tokenizer/test ; # test-suite tokenizer
|
|
|
build-project ../libs/tr1/test ; # test-suite tr1
|
|
|
build-project ../libs/tuple/test ; # test-suite tuple
|
|
|
build-project ../libs/type_traits/test ; # test-suite type_traits
|
|
|
@@ -180,16 +181,5 @@ build-project ../libs/xpressive/test ; # test-suite xpressive
|
|
|
|
|
|
compile libs/timer/timer_test.cpp ;
|
|
|
|
|
|
- test-suite tokenizer
|
|
|
- : [ run libs/tokenizer/examples.cpp test_exec_monitor ]
|
|
|
- [ run libs/tokenizer/simple_example_1.cpp ]
|
|
|
- [ run libs/tokenizer/simple_example_2.cpp ]
|
|
|
- [ run libs/tokenizer/simple_example_3.cpp ]
|
|
|
- [ run libs/tokenizer/simple_example_4.cpp ]
|
|
|
- [ run libs/tokenizer/simple_example_5.cpp ]
|
|
|
- ;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
|