summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/testcase.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-10 14:18:20 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-19 16:40:02 +0200
commitffa2e1d0079403ae2e1afa1fa07cd35425e8244c (patch)
tree57d9801af07e687cf95bed2ec7b1c8478ae05664 /mkspecs/features/testcase.prf
parente7b9600103625145bd21cc4cb7bea1fb92b990a1 (diff)
define have_target CONFIG flag
the check whether we are building a lib or an app (and thus have a target) is done by quite some feature files (and generally wrongly, as they do not account for the new aux target), so centralize it in default_post.prf. Change-Id: I868edbc4185be8a6c23ecd4a2c126024d73cdeb4 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs/features/testcase.prf')
-rw-r--r--mkspecs/features/testcase.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/features/testcase.prf b/mkspecs/features/testcase.prf
index ea7b5200c5..62b201faec 100644
--- a/mkspecs/features/testcase.prf
+++ b/mkspecs/features/testcase.prf
@@ -1,4 +1,4 @@
-!contains(TEMPLATE,subdirs) {
+have_target {
check.files =
check.path = .
@@ -128,7 +128,7 @@ contains(INSTALLS, target) {
}
}
-}
+} # have_target
defineTest(installTestHelperApp) {
# args: relativeSource, relativeDestination, targetName