diff options
| author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-11-07 08:35:52 -0300 |
|---|---|---|
| committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-11-07 08:35:52 -0300 |
| commit | 79c1256b0994ad9673989a288363c88a66cb7766 (patch) | |
| tree | 5d83fd31042a96967f8e1f43f2209f7262d45c96 /tests/client | |
| parent | 50600e1d4d8d39f487a8bc56671a973495927c1d (diff) | |
| download | qmenumodel-79c1256b0994ad9673989a288363c88a66cb7766.tar.gz qmenumodel-79c1256b0994ad9673989a288363c88a66cb7766.tar.bz2 qmenumodel-79c1256b0994ad9673989a288363c88a66cb7766.zip | |
Updated tests make file to outpu xml results files.
Diffstat (limited to 'tests/client')
| -rw-r--r-- | tests/client/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client/CMakeLists.txt b/tests/client/CMakeLists.txt index 9bce370..e9f95fd 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
|
