diff --git a/CppUnit/include/Poco/CppUnit/CppUnit.h b/CppUnit/include/Poco/CppUnit/CppUnit.h new file mode 100644 index 000000000..4e920e7d3 --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/CppUnit.h @@ -0,0 +1,11 @@ +// +// CppUnit.h +// + + +#ifndef Poco_CppUnit_CppUnit_INCLUDED +#define Poco_CppUnit_CppUnit_INCLUDED + +#include "CppUnit/CppUnit.h" + +#endif // Poco_CppUnit_CppUnit_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/CppUnitException.h b/CppUnit/include/Poco/CppUnit/CppUnitException.h new file mode 100644 index 000000000..18e375a80 --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/CppUnitException.h @@ -0,0 +1,11 @@ +// +// CppUnitException.h +// + + +#ifndef Poco_CppUnit_CppUnitException_INCLUDED +#define Poco_CppUnit_CppUnitException_INCLUDED + +#include "CppUnit/CppUnitException.h" + +#endif // Poco_CppUnit_CppUnitException_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/Guards.h b/CppUnit/include/Poco/CppUnit/Guards.h new file mode 100644 index 000000000..e1d930252 --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/Guards.h @@ -0,0 +1,11 @@ +// +// Guards.h +// + + +#ifndef Poco_CppUnit_Guards_INCLUDED +#define Poco_CppUnit_Guards_INCLUDED + +#include "CppUnit/Guards.h" + +#endif // Poco_CppUnit_Guards_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/Orthodox.h b/CppUnit/include/Poco/CppUnit/Orthodox.h new file mode 100644 index 000000000..001e79302 --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/Orthodox.h @@ -0,0 +1,11 @@ +// +// Orthodox.h +// + + +#ifndef Poco_CppUnit_Orthodox_INCLUDED +#define Poco_CppUnit__INCLUDED + +#include "CppUnit/Orthodox.h" + +#endif // Poco_CppUnit_Orthodox_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/RepeatedTest.h b/CppUnit/include/Poco/CppUnit/RepeatedTest.h new file mode 100644 index 000000000..96dd88a7a --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/RepeatedTest.h @@ -0,0 +1,11 @@ +// +// RepeatedTest.h +// + + +#ifndef Poco_CppUnit_RepeatedTest_INCLUDED +#define Poco_CppUnit_RepeatedTest_INCLUDED + +#include "CppUnit/RepeatedTest.h" + +#endif // Poco_CppUnit_RepeatedTest_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/Test.h b/CppUnit/include/Poco/CppUnit/Test.h new file mode 100644 index 000000000..8db90e267 --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/Test.h @@ -0,0 +1,12 @@ +// +// Test.h +// + + +#ifndef Poco_CppUnit_Test_INCLUDED +#define Poco_CppUnit_Test_INCLUDED + + +#include "CppUnit/Test.h" + +#endif // Poco_CppUnit_Test_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/TestCaller.h b/CppUnit/include/Poco/CppUnit/TestCaller.h new file mode 100644 index 000000000..d3bc9f4ef --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/TestCaller.h @@ -0,0 +1,11 @@ +// +// TestCaller.h +// + + +#ifndef Poco_CppUnit_TestCaller_INCLUDED +#define Poco_CppUnit_TestCaller_INCLUDED + +#include "CppUnit/TestCaller.h" + +#endif // Poco_CppUnit_TestCaller_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/TestCase.h b/CppUnit/include/Poco/CppUnit/TestCase.h new file mode 100644 index 000000000..100c44e6b --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/TestCase.h @@ -0,0 +1,11 @@ +// +// TestCase.h +// + + +#ifndef Poco_CppUnit_TestCase_INCLUDED +#define Poco_CppUnit_TestCase_INCLUDED + +#include "CppUnit/TestCase.h" + +#endif // Poco_CppUnit_TestCase_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/TestDecorator.h b/CppUnit/include/Poco/CppUnit/TestDecorator.h new file mode 100644 index 000000000..1c8cfa443 --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/TestDecorator.h @@ -0,0 +1,11 @@ +// +// TestDecorator.h +// + + +#ifndef Poco_CppUnit_TestDecorator_INCLUDED +#define Poco_CppUnit_TestDecorator_INCLUDED + +#include "CppUnit/TestDecorator.h" + +#endif // Poco_CppUnit_TestDecorator_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/TestFailure.h b/CppUnit/include/Poco/CppUnit/TestFailure.h new file mode 100644 index 000000000..25ed1779f --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/TestFailure.h @@ -0,0 +1,13 @@ +// +// TestFailure.h +// + + +#ifndef Poco_CppUnit_TestFailure_INCLUDED +#define Poco_CppUnit_TestFailure_INCLUDED + +#include "CppUnit/TestFailure.h" + +#endif // Poco_CppUnit_TestFailure_INCLUDED + + diff --git a/CppUnit/include/Poco/CppUnit/TestResult.h b/CppUnit/include/Poco/CppUnit/TestResult.h new file mode 100644 index 000000000..72e2a7223 --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/TestResult.h @@ -0,0 +1,11 @@ +// +// TestResult.h +// + + +#ifndef Poco_CppUnit_TestResult_INCLUDED +#define Poco_CppUnit_TestResult_INCLUDED + +#include "CppUnit/TestResult.h" + +#endif // Poco_CppUnit_TestResult_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/TestRunner.h b/CppUnit/include/Poco/CppUnit/TestRunner.h new file mode 100644 index 000000000..cce17aa17 --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/TestRunner.h @@ -0,0 +1,11 @@ +// +// TestRunner.h +// + + +#ifndef Poco_CppUnit_TestRunner_INCLUDED +#define Poco_CppUnit_TestRunner_INCLUDED + +#include "CppUnit/TestRunner.h" + +#endif // Poco_CppUnit_TestRunner_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/TestSetup.h b/CppUnit/include/Poco/CppUnit/TestSetup.h new file mode 100644 index 000000000..76d5e25bc --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/TestSetup.h @@ -0,0 +1,11 @@ +// +// TestSetup.h +// + + +#ifndef Poco_CppUnit_TestSetup_INCLUDED +#define Poco_CppUnit_TestSetup_INCLUDED + +#include "CppUnit/TestSetup.h" + +#endif // Poco_CppUnit_TestSetup_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/TestSuite.h b/CppUnit/include/Poco/CppUnit/TestSuite.h new file mode 100644 index 000000000..a010dc715 --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/TestSuite.h @@ -0,0 +1,11 @@ +// +// TestSuite.h +// + + +#ifndef Poco_CppUnit_TestSuite_INCLUDED +#define Poco_CppUnit_TestSuite_INCLUDED + +#include "CppUnit/TestSuite.h" + +#endif // Poco_CppUnit_TestSuite_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/TextTestResult.h b/CppUnit/include/Poco/CppUnit/TextTestResult.h new file mode 100644 index 000000000..fa8cafdae --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/TextTestResult.h @@ -0,0 +1,11 @@ +// +// TextTestResult.h +// + + +#ifndef Poco_CppUnit_TextTestResult_INCLUDED +#define Poco_CppUnit_TextTestResult_INCLUDED + +#include "CppUnit/TextTestResult.h" + +#endif // Poco_CppUnit_TextTestResult_INCLUDED diff --git a/CppUnit/include/Poco/CppUnit/estring.h b/CppUnit/include/Poco/CppUnit/estring.h new file mode 100644 index 000000000..3eb087f42 --- /dev/null +++ b/CppUnit/include/Poco/CppUnit/estring.h @@ -0,0 +1,11 @@ +// +// estring.h +// + + +#ifndef Poco_CppUnit_estring_INCLUDED +#define Poco_CppUnit_estring_INCLUDED + +#include "CppUnit/estring.h" + +#endif // Poco_CppUnit_estring_INCLUDED