summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-27 13:16:48 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-06-27 13:16:48 (GMT)
commitc6418bd34b5c66f636bb2aadb3b5af7a22e81227 (patch)
tree38d4f0c0b9b15975db49b933872af19ce55a4b8c /Source/CMakeLists.txt
parent00f2337e44410baf22f22862474832ee061b7ba9 (diff)
downloadCMake-c6418bd34b5c66f636bb2aadb3b5af7a22e81227.zip
CMake-c6418bd34b5c66f636bb2aadb3b5af7a22e81227.tar.gz
CMake-c6418bd34b5c66f636bb2aadb3b5af7a22e81227.tar.bz2
mod to the testing
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 685357b..3a2b0dc 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -66,8 +66,7 @@ IF(BUILD_TESTING)
${CMake_BINARY_DIR}/Source/cmaketest.h ESCAPE_QUOTES)
ADD_TEST(simple ${CMake_BINARY_DIR}/Source/cmaketest
${CMake_SOURCE_DIR}/Tests/Simple
- ${CMake_BINARY_DIR}/Tests/Simple
- ${CMake_BINARY_DIR}/Tests/Simple/simple
+ ${CMake_BINARY_DIR}/Tests/Simple simple
)
ENDIF (DART_ROOT)