]> granicus.if.org Git - check/commitdiff
cmake: do not make the ex_*_output tests
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 27 Dec 2013 18:18:13 +0000 (18:18 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 27 Dec 2013 18:18:13 +0000 (18:18 +0000)
They are being removed, to be consolidated into ex_output.c

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@978 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/CMakeLists.txt

index a8c5cdcb60f7b82d1dcd1868660b75fe735cbf01..d1fa9e080686cc52cbaa279d248d251bdd39e390 100644 (file)
@@ -45,15 +45,3 @@ target_link_libraries(check_check check compat)
 set(EX_OUTPUT_SOURCES ex_output.c)
 add_executable(ex_output ${EX_OUTPUT_SOURCES})
 target_link_libraries(ex_output check compat)
-
-set(EX_LOG_OUTPUT_SOURCES ex_log_output.c)
-add_executable(ex_log_output ${EX_LOG_OUTPUT_SOURCES})
-target_link_libraries(ex_log_output check compat)
-
-set(EX_XML_OUTPUT_SOURCES ex_xml_output.c)
-add_executable(ex_xml_output ${EX_XML_OUTPUT_SOURCES})
-target_link_libraries(ex_xml_output check compat)
-
-set(EX_TAP_OUTPUT_SOURCES ex_tap_output.c)
-add_executable(ex_tap_output ${EX_TAP_OUTPUT_SOURCES})
-target_link_libraries(ex_tap_output check compat)