Updates to work on Linux

[SVN r12981]
This commit is contained in:
Dave Abrahams 2002-02-28 12:35:05 +00:00
parent 574fea9c1a
commit aecf60707e
2 changed files with 21 additions and 11 deletions

@ -1 +1 @@
Subproject commit f263f757516be1a900705000301d00bc1f512cb8
Subproject commit 86b608cf41fae7b41cee2fda22e1937d56857fa6

View file

@ -461,17 +461,27 @@ test-suite static_assert
run libs/test/example/test_tools_example.cpp ;
run-fail libs/test/test/test_tools_fail2.cpp ;
{
local threadmon ;
if $(NT)
{
threadmon = <dll>../libs/thread/build/boost_threadmon ;
}
test-suite threads
: [
run libs/thread/test/test_thread.cpp <lib>../libs/thread/build/boost_thread
<dll>../libs/thread/build/boost_threadmon
: #args
: #input-files
: #requirements
<threading>multi
]
;
test-suite threads
: [
run libs/thread/test/test_thread.cpp
<lib>../libs/thread/build/boost_thread
$(threadmon)
: #args
: #input-files
: #requirements
<threading>multi
]
;
}
compile libs/timer/timer_test.cpp ;