From 1e2a9e897145028362cc8e1b6bc897bf4b2f7701 Mon Sep 17 00:00:00 2001 From: "William E. Kempf" Date: Tue, 13 Aug 2002 19:19:09 +0000 Subject: [PATCH] Fixed Jamfile issues with tests [SVN r14818] --- build/Jamfile | 18 +++--------------- build/threads.jam | 9 +++++++++ test/Jamfile | 24 ++++++++++++++---------- test/test.cpp | 20 -------------------- test/test_condition.cpp | 2 +- test/test_mutex.cpp | 2 +- test/test_once.cpp | 4 ++-- test/test_thread.cpp | 2 +- test/test_tss.cpp | 2 +- 9 files changed, 32 insertions(+), 51 deletions(-) delete mode 100644 test/test.cpp diff --git a/build/Jamfile b/build/Jamfile index d9e44984..1aec8f19 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -36,28 +36,16 @@ include threads.jam ; if $(NT) && ! $(PTW32) { - dll boost_threadmon - : ../src/threadmon.cpp - : $(BOOST_ROOT) - multi - : debug release static/dynamic - ; + dll boost_threadmon :