diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-31 15:32:38 +0100 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-31 15:32:38 +0100 |
commit | 4aee0f151e49148a6a51e996f42ec748ab58bbdb (patch) | |
tree | 5a5834556f6a5a8ccfa534964436f3dbddd97efa /tests | |
parent | 7f4ba1a247c5032fd200ca9aad0d939ce6c0e9a5 (diff) | |
download | qmenumodel-4aee0f151e49148a6a51e996f42ec748ab58bbdb.tar.gz qmenumodel-4aee0f151e49148a6a51e996f42ec748ab58bbdb.tar.bz2 qmenumodel-4aee0f151e49148a6a51e996f42ec748ab58bbdb.zip |
Revert last commit.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/client/CMakeLists.txt b/tests/client/CMakeLists.txt index 9bce370..9209cc8 100644 --- a/tests/client/CMakeLists.txt +++ b/tests/client/CMakeLists.txt @@ -9,6 +9,7 @@ macro(declare_test testname) )
add_test(${testname}
+ ${XVFB_EXEC}
${DBUS_RUNNER}
--task ${CMAKE_CURRENT_BINARY_DIR}/${testname} --task-name Client
--task ${CMAKE_CURRENT_SOURCE_DIR}/script_${testname}.py --task-name Server
|