diff options
author | Alexander Golubev <[email protected]> | 2016-12-18 16:39:16 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-01-29 02:48:49 +0100 |
commit | fa50fd01251cd27f9fc0d23d2c2963569802ff69 (patch) | |
tree | 55043371e9cfb3cf49f19bee2d856cff7d580d7f /tdeabc/tests/CMakeLists.txt | |
parent | 5465c1f100334860202f6f3408ccd43df8d3002c (diff) | |
download | tdelibs-fa50fd01251cd27f9fc0d23d2c2963569802ff69.tar.gz tdelibs-fa50fd01251cd27f9fc0d23d2c2963569802ff69.zip |
testing: add TEST argument to tde_add_check_executable() macro
Signed-off-by: Alexander Golubev <[email protected]>
(cherry picked from commit 7e73e618d0470110b60f8f1d3211841daf99b593)
Diffstat (limited to 'tdeabc/tests/CMakeLists.txt')
-rw-r--r-- | tdeabc/tests/CMakeLists.txt | 3 |
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) |