From bd319aeaaafe84962a2bfcbc02d8324badfa2a55 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 26 Jul 2005 13:10:10 +0000 Subject: [PATCH] add some thread stuff git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@176 7ec92016-0320-0410-acc4-a06ded1c099a --- tools/RegressionTest/Test.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/RegressionTest/Test.cpp b/tools/RegressionTest/Test.cpp index da82d25..0c429d1 100644 --- a/tools/RegressionTest/Test.cpp +++ b/tools/RegressionTest/Test.cpp @@ -18,6 +18,9 @@ # pragma warning(disable: 4018 4097 4100 4213 4290 4512 4514 4700 4702 4710 4786 4800) #endif +//#define DEFAULT_THREADING ::Loki::ObjectLevelLockable +//#define DEFAULT_THREADING ::Loki::ClassLevelLockable + #if defined(_MSC_VER) || defined(__MINGW32__) #include // for threads, part of the sdk, disable if not found #endif @@ -47,11 +50,12 @@ Test::tests_type Test::tests; #include "SingletonTest.h" #include "SmartPtrTest.h" #include "FactoryTest.h" +//#include "FactoryParmTest.h" #include "AbstractFactoryTest.h" #include "AssocVectorTest.h" #include "FunctorTest.h" #include "DataGeneratorsTest.h" - +/* */ /* * AP - All Pass * FC - Fails to Compile