Move config.h to src/Config.h.

This is a 1.4 compatibility and consistency change.
This commit is contained in:
Patrick Johnmeyer 2013-02-20 00:01:55 -06:00
parent c3aa1e45a8
commit 0f8d425de7
23 changed files with 22 additions and 22 deletions

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_ASSERTEXCEPTION_H
#define UNITTEST_ASSERTEXCEPTION_H
#include "../config.h"
#include "Config.h"
#ifndef UNITTEST_NO_EXCEPTIONS
#include "HelperMacros.h"

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_CHECKS_H
#define UNITTEST_CHECKS_H
#include "../config.h"
#include "Config.h"
#include "TestResults.h"
#include "MemoryOutStream.h"

View file

@ -1,4 +1,4 @@
#include "../config.h"
#include "Config.h"
#ifndef UNITTEST_NO_DEFERRED_REPORTER
#include "DeferredTestReporter.h"

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_DEFERREDTESTREPORTER_H
#define UNITTEST_DEFERREDTESTREPORTER_H
#include "../config.h"
#include "Config.h"
#ifndef UNITTEST_NO_DEFERRED_REPORTER

View file

@ -1,4 +1,4 @@
#include "../config.h"
#include "Config.h"
#ifndef UNITTEST_NO_DEFERRED_REPORTER
#include "DeferredTestResult.h"

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_DEFERREDTESTRESULT_H
#define UNITTEST_DEFERREDTESTRESULT_H
#include "../config.h"
#include "Config.h"
#ifndef UNITTEST_NO_DEFERRED_REPORTER
#include "HelperMacros.h"

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_EXCEPTIONMACROS_H
#define UNITTEST_EXCEPTIONMACROS_H
#include "../config.h"
#include "Config.h"
#ifndef UNITTEST_NO_EXCEPTIONS
#define UT_TRY(x) try x

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_EXECUTE_TEST_H
#define UNITTEST_EXECUTE_TEST_H
#include "../config.h"
#include "Config.h"
#include "ExceptionMacros.h"
#include "TestDetails.h"
#include "TestResults.h"

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_HELPERMACROS_H
#define UNITTEST_HELPERMACROS_H
#include "../config.h"
#include "Config.h"
#define UNITTEST_MULTILINE_MACRO_BEGIN do {

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_MEMORYOUTSTREAM_H
#define UNITTEST_MEMORYOUTSTREAM_H
#include "../config.h"
#include "Config.h"
#include "HelperMacros.h"
#ifdef UNITTEST_MEMORYOUTSTREAM_IS_STD_OSTRINGSTREAM

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_REPORTASSERTIMPL_H
#define UNITTEST_REPORTASSERTIMPL_H
#include "../config.h"
#include "Config.h"
#include "HelperMacros.h"
#ifdef UNITTEST_NO_EXCEPTIONS

View file

@ -1,4 +1,4 @@
#include "../config.h"
#include "Config.h"
#include "Test.h"
#include "TestList.h"
#include "TestResults.h"

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_TESTMACROS_H
#define UNITTEST_TESTMACROS_H
#include "../config.h"
#include "Config.h"
#include "TestSuite.h"
#include "ExceptionMacros.h"
#include "ExecuteTest.h"

View file

@ -1,4 +1,4 @@
#include "../config.h"
#include "Config.h"
#if defined UNITTEST_POSIX
#include "Posix/TimeHelpers.h"

View file

@ -1,7 +1,7 @@
#ifndef UNITTESTPP_H
#define UNITTESTPP_H
#include "../config.h"
#include "Config.h"
#include "TestMacros.h"
#include "CheckMacros.h"
#include "TestRunner.h"

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_TIMEHELPERS_H
#define UNITTEST_TIMEHELPERS_H
#include "../../config.h"
#include "../Config.h"
#include "../HelperMacros.h"
#ifdef UNITTEST_MINGW

View file

@ -1,4 +1,4 @@
#include "../config.h"
#include "Config.h"
#ifndef UNITTEST_NO_DEFERRED_REPORTER
#include "XmlTestReporter.h"

View file

@ -1,7 +1,7 @@
#ifndef UNITTEST_XMLTESTREPORTER_H
#define UNITTEST_XMLTESTREPORTER_H
#include "../config.h"
#include "Config.h"
#ifndef UNITTEST_NO_DEFERRED_REPORTER
#include "DeferredTestReporter.h"

View file

@ -1,4 +1,4 @@
#include "../../config.h"
#include "../Config.h"
#include "../../src/UnitTestPP.h"
#include "../ReportAssert.h"

View file

@ -1,4 +1,4 @@
#include "../../config.h"
#include "../Config.h"
#ifndef UNITTEST_NO_DEFERRED_REPORTER

View file

@ -1,4 +1,4 @@
#include "../../config.h"
#include "../Config.h"
#ifndef UNITTEST_NO_EXCEPTIONS
#include "../../src/UnitTestPP.h"

View file

@ -1,4 +1,4 @@
#include "../../config.h"
#include "../Config.h"
#ifndef UNITTEST_NO_DEFERRED_REPORTER
#include "../../src/UnitTestPP.h"