summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-08 21:09:36 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-08 21:20:55 +0300
commitcaddae7ba053de19b1a272b8fd63dd87c241f265 (patch)
treee3554836f655f17fb9fdffa301c2a304972bdce7 /sax
parent491dcf9bec8e811ed3abb2f0945661ab0930ea8a (diff)
Bypass this for non-desktop OSes
Diffstat (limited to 'sax')
-rw-r--r--sax/test/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sax/test/makefile.mk b/sax/test/makefile.mk
index 7fb7837a4ff3..c2b2161be304 100644
--- a/sax/test/makefile.mk
+++ b/sax/test/makefile.mk
@@ -39,7 +39,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
-
+.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
+ALL:
+ @echo Nothing done for non-desktop OSes
+.ENDIF
#
# std testcomponent