aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-09-04 10:22:05 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-04 16:45:23 +0200
commit17294c00272651e926d516f2891b5b2a5af6285f (patch)
tree57cf4bee770ce916c8672f272d11c5964007ac6d /tests
parent2a3ccc0574574f5572fa356855dc34d1fbb3c5a9 (diff)
Add headersclean test.
Change-Id: I7088aeec399082fc32ebc2c215163b552f25ff60 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro6
-rw-r--r--tests/auto/headersclean/headersclean.pro2
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index d484259..915b01e 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,3 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS = macfunctions \
- cmake
+SUBDIRS = \
+ cmake \
+ headersclean \
+ macfunctions
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
new file mode 100644
index 0000000..99d4385
--- /dev/null
+++ b/tests/auto/headersclean/headersclean.pro
@@ -0,0 +1,2 @@
+QT = macextras
+load(qt_headersclean)