mirror of
https://github.com/curl/curl.git
synced 2026-05-04 18:49:56 +03:00
tests/data/CMakeLists: remove making the 'show' makefile target
It is not used by runtests since 3c0f462
Closes #9333
This commit is contained in:
parent
aedd0a7c9b
commit
d162fca69a
1 changed files with 0 additions and 4 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue