Revert "Removed report.cc from MinGW build on appveyor"
This reverts commit 20d5f6fe59
.
This commit is contained in:
parent
91200ed8dd
commit
18f218f4df
1 changed files with 1 additions and 4 deletions
|
@ -21,6 +21,7 @@ set(SAMPLES
|
|||
|
||||
signal.cc
|
||||
exit.cc
|
||||
report.cc
|
||||
suites.cc
|
||||
fixtures.cc
|
||||
asserts.cc
|
||||
|
@ -31,10 +32,6 @@ set(SAMPLES
|
|||
simple.cc
|
||||
)
|
||||
|
||||
if (NOT WIN32 OR MSVC)
|
||||
set(SAMPLES ${SAMPLES} report.cc)
|
||||
endif ()
|
||||
|
||||
set(SCRIPTS
|
||||
tap_test
|
||||
early_exit
|
||||
|
|
Loading…
Add table
Reference in a new issue