Skip to content

Commit

Permalink
tests/data/CMakeLists: remove making the 'show' makefile target
Browse files Browse the repository at this point in the history
It is not used by runtests since 3c0f462

Closes curl#9333
  • Loading branch information
bagder committed Aug 18, 2022
1 parent aedd0a7 commit d162fca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

0 comments on commit d162fca

Please sign in to comment.