]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/data/CMakeLists: remove making the 'show' makefile target 9337/head
authorDaniel Stenberg <daniel@haxx.se>
Thu, 18 Aug 2022 09:40:11 +0000 (11:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 18 Aug 2022 09:40:12 +0000 (11:40 +0200)
It is not used by runtests since 3c0f462

Closes #9333

tests/data/CMakeLists.txt

index 7274d376685d7d8103a980e38012be09f9ee9cec..dfe0fe2f8ab347403228eea532d27e434f69ec65 100644 (file)
@@ -24,7 +24,3 @@
 # Loads 'TESTCASES' from for the 'make show' target in runtests.pl
 transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
 include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
-
-# Prints all available test cases. Do not quote TESTCASES, it must be displayed
-# as a space-separated string rather than comma-separated (a list in CMake).
-add_custom_target(show COMMAND echo ${TESTCASES})