From c46b030cd301fc2ff05830765952a668bbdbc188 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 5 Mar 2012 15:55:31 +1000 Subject: Make headersclean in qtdeclarative enforce correct header conventions. This test wasn't testing much before. Refactor it to reuse headersclean from qtbase. It will now fail to compile if the headers from this module don't follow the rules. Change-Id: I2816b85543da74f66b993b7ee705cdb9e1c0f1c8 Reviewed-by: Jason McDonald --- tests/auto/host.pro | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tests/auto/host.pro') diff --git a/tests/auto/host.pro b/tests/auto/host.pro index 0a96ef0413..eab6de2981 100644 --- a/tests/auto/host.pro +++ b/tests/auto/host.pro @@ -1,9 +1,5 @@ TEMPLATE=subdirs -# FIXME -# This test is crrently broken: -#SUBDIRS=\ - #headersclean \ - -SUBDIRS= +SUBDIRS=\ + headersclean \ -- cgit v1.2.3 From cf3a32ff28c8004b39658ec181b0c7d9ca27aaa8 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 12 Mar 2012 10:01:56 +1000 Subject: tests: enable headersclean also for cross_compile builds This test is no longer a host-only test. Enable it everywhere. Change-Id: Id7e65ad4d6f468b6b65d0f6035934fbd20fcb5e0 Reviewed-by: Toby Tomkins --- tests/auto/host.pro | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/auto/host.pro (limited to 'tests/auto/host.pro') diff --git a/tests/auto/host.pro b/tests/auto/host.pro deleted file mode 100644 index eab6de2981..0000000000 --- a/tests/auto/host.pro +++ /dev/null @@ -1,5 +0,0 @@ -TEMPLATE=subdirs - -SUBDIRS=\ - headersclean \ - -- cgit v1.2.3