diff --git a/tools/RegressionTest/AbstractFactoryTest.h b/test/RegressionTest/AbstractFactoryTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/AbstractFactoryTest.h rename to test/RegressionTest/AbstractFactoryTest.h diff --git a/tools/RegressionTest/AssocVectorTest.h b/test/RegressionTest/AssocVectorTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/AssocVectorTest.h rename to test/RegressionTest/AssocVectorTest.h diff --git a/tools/RegressionTest/DataGeneratorsTest.h b/test/RegressionTest/DataGeneratorsTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/DataGeneratorsTest.h rename to test/RegressionTest/DataGeneratorsTest.h diff --git a/tools/RegressionTest/FactoryParmTest.h b/test/RegressionTest/FactoryParmTest.h similarity index 99% rename from tools/RegressionTest/FactoryParmTest.h rename to test/RegressionTest/FactoryParmTest.h index ade91af..36c84b7 100755 --- a/tools/RegressionTest/FactoryParmTest.h +++ b/test/RegressionTest/FactoryParmTest.h @@ -419,6 +419,9 @@ public: // $Log$ +// Revision 1.1 2005/09/24 15:11:56 syntheticpp +// move directory +// // Revision 1.6 2005/07/31 15:06:22 syntheticpp // invert new factory code macro logic to be ReferenceTest more compatible with noncc code // diff --git a/tools/RegressionTest/FactoryTest.h b/test/RegressionTest/FactoryTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/FactoryTest.h rename to test/RegressionTest/FactoryTest.h diff --git a/tools/RegressionTest/FunctorTest.h b/test/RegressionTest/FunctorTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/FunctorTest.h rename to test/RegressionTest/FunctorTest.h diff --git a/tools/RegressionTest/MSVCUnitTest.sln b/test/RegressionTest/MSVCUnitTest.sln old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/MSVCUnitTest.sln rename to test/RegressionTest/MSVCUnitTest.sln diff --git a/tools/RegressionTest/MSVCUnitTest.vcproj b/test/RegressionTest/MSVCUnitTest.vcproj old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/MSVCUnitTest.vcproj rename to test/RegressionTest/MSVCUnitTest.vcproj diff --git a/tools/RegressionTest/Makefile.mingw b/test/RegressionTest/Makefile.mingw similarity index 100% rename from tools/RegressionTest/Makefile.mingw rename to test/RegressionTest/Makefile.mingw diff --git a/tools/RegressionTest/RegressionTest.dev b/test/RegressionTest/RegressionTest.dev similarity index 100% rename from tools/RegressionTest/RegressionTest.dev rename to test/RegressionTest/RegressionTest.dev diff --git a/tools/RegressionTest/SingletonTest.h b/test/RegressionTest/SingletonTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/SingletonTest.h rename to test/RegressionTest/SingletonTest.h diff --git a/tools/RegressionTest/SmallObjectTest.h b/test/RegressionTest/SmallObjectTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/SmallObjectTest.h rename to test/RegressionTest/SmallObjectTest.h diff --git a/tools/RegressionTest/SmartPtrTest.h b/test/RegressionTest/SmartPtrTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/SmartPtrTest.h rename to test/RegressionTest/SmartPtrTest.h diff --git a/tools/RegressionTest/Test.cpp b/test/RegressionTest/Test.cpp old mode 100644 new mode 100755 similarity index 98% rename from tools/RegressionTest/Test.cpp rename to test/RegressionTest/Test.cpp index 1c6d42a..8c2f6c0 --- a/tools/RegressionTest/Test.cpp +++ b/test/RegressionTest/Test.cpp @@ -110,6 +110,9 @@ return result; // $Log$ +// Revision 1.1 2005/09/24 15:11:56 syntheticpp +// move directory +// // Revision 1.17 2005/09/15 17:51:48 syntheticpp // add new TypeTraits test from Kalle Rutanen // diff --git a/tools/RegressionTest/TypeManipTest.h b/test/RegressionTest/TypeManipTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/TypeManipTest.h rename to test/RegressionTest/TypeManipTest.h diff --git a/tools/RegressionTest/TypeTraitsTest.h b/test/RegressionTest/TypeTraitsTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/TypeTraitsTest.h rename to test/RegressionTest/TypeTraitsTest.h diff --git a/tools/RegressionTest/TypeTraitsTest2.h b/test/RegressionTest/TypeTraitsTest2.h similarity index 100% rename from tools/RegressionTest/TypeTraitsTest2.h rename to test/RegressionTest/TypeTraitsTest2.h diff --git a/tools/RegressionTest/TypelistTest.h b/test/RegressionTest/TypelistTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/TypelistTest.h rename to test/RegressionTest/TypelistTest.h diff --git a/tools/RegressionTest/UnitTest.h b/test/RegressionTest/UnitTest.h old mode 100644 new mode 100755 similarity index 100% rename from tools/RegressionTest/UnitTest.h rename to test/RegressionTest/UnitTest.h diff --git a/tools/RegressionTest/make.msvc.bat b/test/RegressionTest/make.msvc.bat similarity index 100% rename from tools/RegressionTest/make.msvc.bat rename to test/RegressionTest/make.msvc.bat