diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-10-29 14:00:28 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-10-29 14:00:28 (GMT) |
commit | 5075c255f7b2c5a2625a9f48f5f4948675c29f6b (patch) | |
tree | 00abfb16c91ec0928eacbd9d9e2c9d41bb90dc1a /Tests/CMakeLists.txt | |
parent | 6eff237c562720c6ff641228d60fbd29918c30c1 (diff) | |
download | CMake-5075c255f7b2c5a2625a9f48f5f4948675c29f6b.zip CMake-5075c255f7b2c5a2625a9f48f5f4948675c29f6b.tar.gz CMake-5075c255f7b2c5a2625a9f48f5f4948675c29f6b.tar.bz2 |
Fix RunScript test; it should now work on all platforms
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 3ca2f34..7b2f5b7 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1225,10 +1225,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel "${CMake_SOURCE_DIR}/Tests/CTestTestRunScript/hello.cmake.in" "${CMake_BINARY_DIR}/Tests/CTestTestRunScript/hello.cmake" @ONLY ESCAPE_QUOTES) - #ADD_TEST(CTestTestRunScript ${CMAKE_CTEST_COMMAND} - # -S "${CMake_BINARY_DIR}/Tests/CTestTestRunScript/test.cmake" -V - # --output-log "${CMake_BINARY_DIR}/Tests/CTestTestRunScript/testOutput.log" - # ) + ADD_TEST(CTestTestRunScript ${CMAKE_CTEST_COMMAND} + -S "${CMake_BINARY_DIR}/Tests/CTestTestRunScript/test.cmake" -V + --output-log "${CMake_BINARY_DIR}/Tests/CTestTestRunScript/testOutput.log" + ) ADD_TEST(CTestTestShowOnly ${CMAKE_CTEST_COMMAND} -N) |