CMake/Tests/RunCMake/ctest_memcheck/CMakeLists.txt.in
Brad King 1d82105e29 Tests: Rename RunCMake.{CTestMemcheck => ctest_memcheck}
Follow the convention of naming tests after the command they test.
2015-02-19 11:35:51 -05:00

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@