aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-11-25 22:05:49 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-11-25 22:05:49 +0000
commitf14712a1a33704e6dfff2437aba2f28663c1847d (patch)
treeb67010161cdce5a405f1f1122467d7f34654dbf5 /test
parent49c78643da67c91e355cb81f9ede70533f1967fb (diff)
Fix damage done by automatic search-and-replace
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 21a4de5f7..a60c0bf26 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -13,6 +13,6 @@ QT4_AUTOMOC(${test_SRCS})
ADD_EXECUTABLE(test ${test_SRCS})
TARGET_LINK_LIBRARIES(test ${QT_QTCORE_LIBRARY} ${QT_QTTEST_LIBRARY})
-ADD_TEST(gen test)
+ADD_TEST(Eigen test)
ENDIF(BUILD_TESTS)