Home | History | Annotate | Download | only in data
      1 # Loads 'TESTCASES' from for the 'make show' target in runtests.pl
      2 transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
      3 include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
      4 
      5 # Prints all available test cases. Do not quote TESTCASES, it must be displayed
      6 # as a space-separated string rather than comma-separated (a list in CMake).
      7 add_custom_target(show COMMAND echo ${TESTCASES})
      8