aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-10-31 13:09:44 +0100
committerRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-10-31 13:09:44 +0100
commit49797fd4b489c31989d1e8a24e2b3bfa90b45825 (patch)
treefad17400c08252e801ffade6ad7b61ad815bfb4f /tests
parent07087af0ce285afa96565e851f3e65f20620fae5 (diff)
downloadqmenumodel-49797fd4b489c31989d1e8a24e2b3bfa90b45825.tar.gz
qmenumodel-49797fd4b489c31989d1e8a24e2b3bfa90b45825.tar.bz2
qmenumodel-49797fd4b489c31989d1e8a24e2b3bfa90b45825.zip
Added xvfb option on cmake to enable run tests without X running.
Diffstat (limited to 'tests')
-rw-r--r--tests/client/CMakeLists.txt1
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