mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 00:28:49 +03:00
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:
parent
909f4b2e91
commit
7b9e3a17f8
24 changed files with 65 additions and 51 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "../config.h"
|
||||
#ifdef UNITTEST_USE_DEFERRED_REPORTER
|
||||
#ifndef UNITTEST_NO_DEFERRED_REPORTER
|
||||
|
||||
#include "XmlTestReporter.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue