Removed report.cc from MinGW build on appveyor

This commit is contained in:
Snaipe 2015-09-07 03:57:00 +02:00
parent b594f5cf8a
commit 20d5f6fe59

View file

@ -21,7 +21,6 @@ set(SAMPLES
signal.cc
exit.cc
report.cc
suites.cc
fixtures.cc
asserts.cc
@ -32,6 +31,10 @@ set(SAMPLES
simple.cc
)
if (NOT WIN32 OR MSVC)
set(SAMPLES ${SAMPLES} report.cc)
endif ()
set(SCRIPTS
tap_test
early_exit