1d82105e29
Follow the convention of naming tests after the command they test.
8 lines
183 B
CMake
8 lines
183 B
CMake
cmake_minimum_required(VERSION 2.8.9)
|
|
project(CTestTestMemcheck@CASE_NAME@ NONE)
|
|
include(CTest)
|
|
|
|
add_test(NAME RunCMake COMMAND "${CMAKE_COMMAND}" --version)
|
|
|
|
@CMAKELISTS_EXTRA_CODE@
|