mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
1d82105e29
Follow the convention of naming tests after the command they test.
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
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@
|