summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-12-17 19:38:06 -0800
committerThiago Macieira <thiago.macieira@intel.com>2015-03-25 04:06:27 +0000
commit73d6bdb9b2f2a9708c5fff64506ff04865dd17a6 (patch)
tree9e4be50ae0460f6719479fd7de879dfb685dbe56
parentc4b7fbccc110f271746cca58aed55dc2c0dfb7db (diff)
Remove the old headersclean unit test
We have configure -headersclean now Change-Id: I157caec69f11e0b50e1de760e6832ca1da97bc6e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rw-r--r--tests/auto/auto.pro1
-rw-r--r--tests/auto/headersclean/headersclean.pro2
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index a846fc2b..7105943e 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,6 +1,5 @@
TEMPLATE=subdirs
SUBDIRS=\
- headersclean \
declarative \
cmake
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
deleted file mode 100644
index d9bf7d84..00000000
--- a/tests/auto/headersclean/headersclean.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-QT = declarative
-load(qt_headersclean)