From 4bce183390c6a4633dd46d0b0cd4c1c24877fe87 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Tue, 13 Oct 2015 10:39:55 +0200 Subject: Add tests directory to enable coin integration There are no actual tests yet though, but now we don't fail the build in coin because there is no tests folder. Change-Id: I7843fb78d1bd0986db69f2706d8738061762e6cb Reviewed-by: Laszlo Agocs --- tests/auto/auto.pro | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/auto/auto.pro (limited to 'tests/auto/auto.pro') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro new file mode 100644 index 0000000000..330bccf166 --- /dev/null +++ b/tests/auto/auto.pro @@ -0,0 +1,4 @@ +TEMPLATE = subdirs + +SUBDIRS += \ + cmake \ -- cgit v1.2.3