r22 | charles.nicholson | 2010-03-18 18:39:32 -0500 (Thu, 18 Mar 2010) | 1 line

negate config flags and comment them out by default; this allows command-line preprocessor symbol injection to control flags.  Useful for having a master copy of utpp that build with different flags for different compilers/platforms
This commit is contained in:
Patrick Johnmeyer 2013-01-09 23:44:50 -06:00
parent 909f4b2e91
commit 7b9e3a17f8
24 changed files with 65 additions and 51 deletions

View file

@ -1,5 +1,5 @@
#include "../config.h"
#ifdef UNITTEST_USE_DEFERRED_REPORTER
#ifndef UNITTEST_NO_DEFERRED_REPORTER
#include "XmlTestReporter.h"