From: Daniel Stenberg Date: Thu, 18 Aug 2022 09:40:11 +0000 (+0200) Subject: tests/data/CMakeLists: remove making the 'show' makefile target X-Git-Tag: curl-7_85_0~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9337%2Fhead;p=thirdparty%2Fcurl.git tests/data/CMakeLists: remove making the 'show' makefile target It is not used by runtests since 3c0f462 Closes #9333 --- diff --git a/tests/data/CMakeLists.txt b/tests/data/CMakeLists.txt index 7274d37668..dfe0fe2f8a 100644 --- a/tests/data/CMakeLists.txt +++ b/tests/data/CMakeLists.txt @@ -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})