summaryrefslogtreecommitdiffstats
path: root/dcop/tests
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/tests')
-rw-r--r--dcop/tests/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/dcop/tests/CMakeLists.txt b/dcop/tests/CMakeLists.txt
index c7bbbcfee..4bb3908aa 100644
--- a/dcop/tests/CMakeLists.txt
+++ b/dcop/tests/CMakeLists.txt
@@ -34,7 +34,8 @@ tde_add_check_executable( driver AUTOMOC
LINK tdecore-shared
)
-add_test( NAME dcop-tests COMMAND sh -x "${CMAKE_CURRENT_SOURCE_DIR}/run-tests.sh"
+add_test( NAME "dcop/dcop-tests"
+ COMMAND sh -x "${CMAKE_CURRENT_SOURCE_DIR}/run-tests.sh"
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" )