summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorErik Larsson <erik@ortogonal.com>2016-01-30 16:50:41 +0100
committerErik Larsson <erik@ortogonal.com>2016-03-21 12:53:45 +0000
commit178dc4df9c3f625b95413b597eaaad2216aec729 (patch)
tree720d2fbd2591c19416fc1fc4e5a90e10911cc274 /tests/auto/auto.pro
parent35792cab1a4a6c414127867f86f4b19cfec20385 (diff)
Test: Make compositor tests runnable with new API
Fix compilation errors and make all compositor tests runnable with the new compositor API. Some input handling tests are reworked so they are able to function with the new compositor API. Also make sure client and cmake tests are built even if not compiled with a wayland-compositor. Change-Id: I0f03e2c04f2736860f770b6100ccfa3300ff8da4 Reviewed-by: Johan Helsing <johan.helsing@theqtcompany.com> Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 822fdeb88..c503803b4 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -4,6 +4,7 @@ TEMPLATE=subdirs
#building QtCompositor
contains(CONFIG, wayland-compositor) {
SUBDIRS += compositor
- SUBDIRS += client
- SUBDIRS += cmake
}
+
+SUBDIRS += client
+SUBDIRS += cmake