summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestRunScript/hello.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CTestTestRunScript/hello.cmake')
-rw-r--r--Tests/CTestTestRunScript/hello.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CTestTestRunScript/hello.cmake b/Tests/CTestTestRunScript/hello.cmake
new file mode 100644
index 0000000..e2c652c
--- /dev/null
+++ b/Tests/CTestTestRunScript/hello.cmake
@@ -0,0 +1,6 @@
+GET_FILENAME_COMPONENT(CTEST_COMMAND "${CMAKE_COMMAND}" PATH)
+SET(CTEST_COMMAND "${CTEST_COMMAND}/ctest")
+SET(CTEST_SOURCE_DIRECTORY "@CMake_SOURCE_DIR@/Tests/CTestTestRunScript")
+SET(CTEST_BINARY_DIRECTORY "@CMake_BINARY_DIR@/Tests/CTestTestRunScript")
+
+message("hello world")