aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-11-08 17:38:23 +0000
committerTarmac <>2012-11-08 17:38:23 +0000
commit1915b094437bc94aa4ea44e4ccf489456f375e06 (patch)
tree904b3c37a881caefe78ccfaca6d1dd28d782fce6 /tests
parentfc58dd68e0f40fe4fdb93a49333d7f56fea44b30 (diff)
parent67680f3a61e0e64bf46a63eb4ce7ce3091f1335a (diff)
downloadqmenumodel-1915b094437bc94aa4ea44e4ccf489456f375e06.tar.gz
qmenumodel-1915b094437bc94aa4ea44e4ccf489456f375e06.tar.bz2
qmenumodel-1915b094437bc94aa4ea44e4ccf489456f375e06.zip
Updates to get coverage and test results in jenkins.
Approved by Sergio Schvezov.
Diffstat (limited to 'tests')
-rw-r--r--tests/client/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client/CMakeLists.txt b/tests/client/CMakeLists.txt
index 725289e..d946fad 100644
--- a/tests/client/CMakeLists.txt
+++ b/tests/client/CMakeLists.txt
@@ -10,7 +10,7 @@ macro(declare_test testname)
add_test(${testname}
${DBUS_RUNNER}
- --task ${CMAKE_CURRENT_BINARY_DIR}/${testname} --task-name Client
+ --task ${CMAKE_CURRENT_BINARY_DIR}/${testname} -p -xunitxml -p -o -p test_${testname}.xml --task-name Client
--task ${CMAKE_CURRENT_SOURCE_DIR}/script_${testname}.py --task-name Server
--ignore-return)
set_tests_properties(${testname} PROPERTIES