summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-07 14:13:47 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-07 14:13:47 (GMT)
commit91384d7df408d988ba53f03636ed53d28b744e32 (patch)
tree310108457e3c92ac5bd0dfd6acf490124f8becb1 /Tests
parente0b86a44965766e78ecabd5e7d73696eee9c9d24 (diff)
downloadCMake-91384d7df408d988ba53f03636ed53d28b744e32.zip
CMake-91384d7df408d988ba53f03636ed53d28b744e32.tar.gz
CMake-91384d7df408d988ba53f03636ed53d28b744e32.tar.bz2
BUG: the test for chicken should be named Chicken, not plplot
Alex
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index d488100..5379ab2 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -799,7 +799,7 @@ IF(BUILD_TESTING)
ENDIF(CMAKE_TEST_PLPLOT_DIR)
IF(CMAKE_TEST_CHICKEN_DIR)
- ADD_TEST(plplot ${CMAKE_CTEST_COMMAND} -V -S ${CMAKE_TEST_CHICKEN_DIR}/../../EasyDashboardScripts/Chicken.cmake )
+ ADD_TEST(Chicken ${CMAKE_CTEST_COMMAND} -V -S ${CMAKE_TEST_CHICKEN_DIR}/../../EasyDashboardScripts/Chicken.cmake )
SET_TESTS_PROPERTIES ( Chicken PROPERTIES TIMEOUT 1200)
ENDIF(CMAKE_TEST_CHICKEN_DIR)