Remove separate c4value_test

Those test cases are included in the main "tests" binary as well.
alut-include-path
Lukas Werling 2017-02-21 19:25:21 +01:00
parent e7afd75c67
commit 61bcdeba46
2 changed files with 1 additions and 11 deletions

View File

@ -60,7 +60,6 @@ before_script:
.
script:
- ${BSYS/*#/} all netpuncher tests aul_test c4value_test
- ${BSYS/*#/} all netpuncher tests aul_test
- ./tests/tests
- ./tests/aul_test
- ./tests/c4value_test

View File

@ -129,15 +129,6 @@ if (GTEST_FOUND AND GMOCK_FOUND)
LIBRARIES
libmisc
libc4script)
# This is included in "tests" (above) as well, but that executable currently doesn't compile.
create_test(c4value_test
SOURCES
C4ValueTest.cpp
../src/script/C4ScriptStandaloneStubs.cpp
../src/script/C4ScriptStandalone.cpp
LIBRARIES
libmisc
libc4script)
else()
set(_gtest_missing "")
if (NOT GTEST_INCLUDE_DIR)