CMake/Tests/CTestTestFailure/CMakeLists.txt
Brad King ed55b1b8d2 Remove unused code from CTest test suite
We remove from Tests/CTestTest*/CMakeLists.txt some historical cruft
that is no longer used by the test suite.
2009-12-02 09:16:29 -05:00

9 lines
192 B
CMake

cmake_minimum_required (VERSION 2.6)
PROJECT(CTestTestFailure)
INCLUDE(CTest)
ADD_EXECUTABLE (NoBuild badCode.cxx)
TARGET_LINK_LIBRARIES (NoBuild ${EXTRA_LIBS})
ADD_TEST (TestNoExe NoBuild)