summaryrefslogtreecommitdiffstats
path: root/tdeabc
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2016-12-18 16:39:16 +0300
committerSlávek Banko <slavek.banko@axis.cz>2017-01-29 02:48:49 +0100
commitfa50fd01251cd27f9fc0d23d2c2963569802ff69 (patch)
tree55043371e9cfb3cf49f19bee2d856cff7d580d7f /tdeabc
parent5465c1f100334860202f6f3408ccd43df8d3002c (diff)
downloadtdelibs-fa50fd01251cd27f9fc0d23d2c2963569802ff69.tar.gz
tdelibs-fa50fd01251cd27f9fc0d23d2c2963569802ff69.zip
testing: add TEST argument to tde_add_check_executable() macro
Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 7e73e618d0470110b60f8f1d3211841daf99b593)
Diffstat (limited to 'tdeabc')
-rw-r--r--tdeabc/tests/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tdeabc/tests/CMakeLists.txt b/tdeabc/tests/CMakeLists.txt
index b7d808340..56d4a7124 100644
--- a/tdeabc/tests/CMakeLists.txt
+++ b/tdeabc/tests/CMakeLists.txt
@@ -37,7 +37,6 @@ link_directories(
##### test programs ##############################
tde_add_check_executable( testlock AUTOMOC LINK tdeabc-shared )
-tde_add_check_executable( testldapclient AUTOMOC LINK tdeabc-shared )
tde_add_check_executable( testkabc AUTOMOC LINK tdeabc-shared )
tde_add_check_executable( testkabcdlg AUTOMOC LINK tdeabc-shared )
tde_add_check_executable( testdistlist AUTOMOC LINK tdeabc-shared )
@@ -52,4 +51,4 @@ tde_add_check_executable( bigwrite AUTOMOC LINK tdeabc_file-shared )
# tde_add_check_executable( testdb AUTOMOC LINK tdeabc_file-shared )
tde_add_check_executable( kabcargl AUTOMOC LINK tdeabc_file-shared )
-add_test( tdeabc/testldapclient testldapclient )
+tde_add_check_executable( testldapclient AUTOMOC LINK tdeabc-shared TEST)