diff options
author | Beman Dawes <bdawes@acm.org> | 2002-08-12 13:35:53 +0000 |
---|---|---|
committer | Beman Dawes <bdawes@acm.org> | 2002-08-12 13:35:53 +0000 |
commit | 580d33f1036b0ee0839e32a57d4664034e871d6c (patch) | |
tree | 329c320ffb1c4de6f790abf6e932bf7643d5fdec /status | |
parent | 32a22e47b08fe7c12af5da0f225a1af017ede2cc (diff) | |
download | boost-580d33f1036b0ee0839e32a57d4664034e871d6c.tar.gz |
Boost.Test V2 fixes
[SVN r14784]
Diffstat (limited to 'status')
-rw-r--r-- | status/Jamfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/status/Jamfile b/status/Jamfile index ee928bbec3..9cb00807ec 100644 --- a/status/Jamfile +++ b/status/Jamfile @@ -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 ] |