mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Remove and ignore generated test runner.
This commit is contained in:
parent
bdc770d23a
commit
49e47a57a2
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@ docs/doxyxml/
|
|||
#*#
|
||||
*~
|
||||
.DS_Store
|
||||
tests/runner-autogen.cpp
|
||||
|
|
|
@ -25,6 +25,7 @@ FILE(GLOB TEST_HELPERS_SOURCES tests/helpers/*.cpp)
|
|||
|
||||
SET(TEST_HELPERS ${TEST_HELPERS_HEADERS} ${TEST_HELPERS_SOURCES})
|
||||
|
||||
file(WRITE tests/runner-autogen.cpp "#error This file should be generated from tests before compiling")
|
||||
SET(RUNNER tests/runner-autogen.cpp)
|
||||
|
||||
add_executable(xlnt.test ${TEST_HELPERS} ${TESTS} ${RUNNER} )
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
#error This file should be generated from tests before compiling
|
Loading…
Reference in New Issue
Block a user