From 5a895b48829cd472d8744be15ccd6418287b706e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 8 Aug 2013 15:56:11 +0200 Subject: client test also needs compositor Change-Id: I596e3a4a9f4db8e4b0559573d7a33671c0bc366a Reviewed-by: Jan Arne Petersen Reviewed-by: Andy Nichols --- tests/auto/auto.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 5e605618..1d7d930c 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,8 +1,8 @@ TEMPLATE=subdirs -SUBDIRS=client #Only build compositor test when we are #building QtCompositor contains(CONFIG, wayland-compositor) { SUBDIRS += compositor + SUBDIRS += client } -- cgit v1.2.1