From d9276b51c64c2b0b1cd97dcd02c0a83e78018f81 Mon Sep 17 00:00:00 2001 From: Adam Kallai Date: Tue, 15 Oct 2013 03:41:15 -0700 Subject: Build fix for the Widgets tests can be running by make check. Change-Id: Ic5ec80679f19235f441108e99e06d489ff2cabc3 Reviewed-by: Andras Becsi --- tests/auto/auto.pro | 4 ++++ tests/tests.pro | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 tests/auto/auto.pro create mode 100644 tests/tests.pro (limited to 'tests') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro new file mode 100644 index 000000000..30f0cbb03 --- /dev/null +++ b/tests/auto/auto.pro @@ -0,0 +1,4 @@ +TEMPLATE=subdirs +SUBDIRS=\ + widgets + diff --git a/tests/tests.pro b/tests/tests.pro new file mode 100644 index 000000000..42fe80815 --- /dev/null +++ b/tests/tests.pro @@ -0,0 +1,3 @@ +TEMPLATE = subdirs +SUBDIRS += auto + -- cgit v1.2.3