mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
a95cbf3890
Reduce the length of the longest path on disk needed by the tests.
6 lines
119 B
CMake
6 lines
119 B
CMake
|
|
include(CTest)
|
|
enable_testing()
|
|
|
|
add_test(NAME dummy COMMAND ${CMAKE_COMMAND} -E echo $<COMPILE_LANG_AND_ID:CXX,GNU>)
|