summaryrefslogtreecommitdiffstats
path: root/Tests/CTestSubmitLargeOutput/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CTestSubmitLargeOutput/CMakeLists.txt')
-rw-r--r--Tests/CTestSubmitLargeOutput/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/CTestSubmitLargeOutput/CMakeLists.txt b/Tests/CTestSubmitLargeOutput/CMakeLists.txt
deleted file mode 100644
index 6c30e7a..0000000
--- a/Tests/CTestSubmitLargeOutput/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-cmake_minimum_required(VERSION 2.8)
-project(SubmitLargeOutput NONE)
-
-include(CTest)
-
-add_test(GenerateRandomOutput ${CMAKE_COMMAND}
- -P ${CMAKE_CURRENT_SOURCE_DIR}/GenerateRandomOutput.cmake
- )