|
|
@@ -254,7 +254,8 @@ include testing.jam ;
|
|
|
test-suite threads
|
|
|
: [
|
|
|
run libs/thread/test/test_thread.cpp
|
|
|
- <lib>../libs/thread/build/boost_thread
|
|
|
+ <lib>../libs/thread/build/boost_thread
|
|
|
+ <lib>../libs/test/build/unit_test_framework
|
|
|
$(threadmon)
|
|
|
: #args
|
|
|
: #input-files
|
|
|
@@ -268,7 +269,7 @@ include testing.jam ;
|
|
|
compile libs/timer/timer_test.cpp ;
|
|
|
|
|
|
test-suite tokenizer
|
|
|
- : [ run libs/tokenizer/examples.cpp ]
|
|
|
+ : [ run libs/tokenizer/examples.cpp <lib>../libs/test/build/test_exec_monitor ]
|
|
|
[ run libs/tokenizer/simple_example_1.cpp ]
|
|
|
[ run libs/tokenizer/simple_example_2.cpp ]
|
|
|
[ run libs/tokenizer/simple_example_3.cpp ]
|