From 41d2cb34f5bf9a95e06fe95f377048cea306e064 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Sun, 30 Oct 2005 14:22:31 +0000 Subject: [PATCH] disable threading because the sdk (windows.h) is not detected automatically by the batch scripts git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@335 7ec92016-0320-0410-acc4-a06ded1c099a --- test/RegressionTest/Test.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/RegressionTest/Test.cpp b/test/RegressionTest/Test.cpp index 842c4e7..5219c4d 100755 --- a/test/RegressionTest/Test.cpp +++ b/test/RegressionTest/Test.cpp @@ -20,7 +20,7 @@ #endif //#define LOKI_CLASS_LEVEL_THREADING -#define LOKI_OBJECT_LEVEL_THREADING +//#define LOKI_OBJECT_LEVEL_THREADING // Some platforms might have difficulty with this // Need to ifdef around those cases. @@ -56,7 +56,7 @@ Test::tests_type Test::tests; #include "AbstractFactoryTest.h" #include "FunctorTest.h" #include "DataGeneratorsTest.h" -//#include "AssocVectorTest.h" +#include "AssocVectorTest.h" int main() { @@ -117,6 +117,9 @@ int main() // $Log$ +// Revision 1.12 2005/10/30 14:22:31 syntheticpp +// disable threading because the sdk (windows.h) is not detected automatically by the batch scripts +// // Revision 1.11 2005/10/30 13:49:44 syntheticpp // make disabling the TYPELIST macros possible //