diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-10-30 21:43:55 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-10-30 21:43:55 (GMT) |
commit | ec5a70dc91a53e0a681cedab1ca57d72f2d58ade (patch) | |
tree | 1bbe7cd0d5bc875e273b5226b20a948bb30527dc /Tests/CTestTestRunScript/test.cmake.in | |
parent | 7ff27819de758b5f126a28f0e6819a556dd3f5e7 (diff) | |
download | CMake-ec5a70dc91a53e0a681cedab1ca57d72f2d58ade.zip CMake-ec5a70dc91a53e0a681cedab1ca57d72f2d58ade.tar.gz CMake-ec5a70dc91a53e0a681cedab1ca57d72f2d58ade.tar.bz2 |
Increase ctest RunScript line coverage. (Note: NEW_PROCESS argument is currently causing the test to fail, still investigating the reason for this, will add coverage for it later)
Diffstat (limited to 'Tests/CTestTestRunScript/test.cmake.in')
-rw-r--r-- | Tests/CTestTestRunScript/test.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestTestRunScript/test.cmake.in b/Tests/CTestTestRunScript/test.cmake.in index 91ee65f..8301a56 100644 --- a/Tests/CTestTestRunScript/test.cmake.in +++ b/Tests/CTestTestRunScript/test.cmake.in @@ -1,2 +1,2 @@ SET(CTEST_RUN_CURRENT_SCRIPT 0) -CTEST_RUN_SCRIPT("CTestTestRunScript/hello.cmake") +CTEST_RUN_SCRIPT("CTestTestRunScript/hello.cmake" RETURN_VALUE res RETURN_VALUE) |