Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 1fd43f9

Browse files
author
ingvord
committed
split runner
1 parent 9caf91a commit 1fd43f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp_test_suite/cxxtest/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ macro(CXX_GENERATE_TEST name)
55
execute_process(COMMAND python cxxtestgen.py --template=${CMAKE_CURRENT_SOURCE_DIR}/template/tango_template.tpl
66
-o ${CMAKE_CURRENT_SOURCE_DIR}/${name}.cpp
77
../../new_tests/${name}.cpp
8-
../../new_tests/cxx_nan_inf_in_prop.cpp
98
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/bin)
109

1110
if(${FAILED})
@@ -78,7 +77,7 @@ CXX_GENERATE_TEST(cxx_old_poll)
7877
CXX_GENERATE_TEST(cxx_server_event)
7978
CXX_GENERATE_TEST(cxx_reconnection_zmq)
8079
CXX_GENERATE_TEST(cxx_stateless_subscription)
81-
80+
CXX_GENERATE_TEST(cxx_nan_inf_in_prop)
8281

8382
#utilities
8483
configure_file(bin/start_server.sh.cmake ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/start_server.sh @ONLY)

0 commit comments

Comments
 (0)