diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-17 17:59:13 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-17 17:59:13 (GMT) |
commit | e68e917d9fbfa88426d3fc69f9eab4f36e9c585d (patch) | |
tree | 04b3757b6857bd69faaaaadf588ccaa31dadc2d7 /Source | |
parent | d1fbb556eba2cee409d502ecf0c1ee70415cbc1d (diff) | |
download | CMake-e68e917d9fbfa88426d3fc69f9eab4f36e9c585d.zip CMake-e68e917d9fbfa88426d3fc69f9eab4f36e9c585d.tar.gz CMake-e68e917d9fbfa88426d3fc69f9eab4f36e9c585d.tar.bz2 |
new test
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index b329c58..af033b0 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -133,6 +133,11 @@ IF(BUILD_TESTING) ${CMake_BINARY_DIR}/Tests/COnly conly) + ADD_TEST(LoadedCommand ${CMake_BINARY_DIR}/Source/cmaketest + ${CMake_SOURCE_DIR}/Tests/LoadCommand + ${CMake_BINARY_DIR}/Tests/LoadCommand + LoadedCommand) + ADD_TEST(complex ${CMake_BINARY_DIR}/Source/cmaketest ${CMake_SOURCE_DIR}/Tests/Complex ${CMake_BINARY_DIR}/Tests/Complex |