summaryrefslogtreecommitdiffstats
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
parentCan't build the iOS static cppuhelper test here now (diff)
downloadcore-caddae7ba053de19b1a272b8fd63dd87c241f265.tar.gz
core-caddae7ba053de19b1a272b8fd63dd87c241f265.zip
Bypass this for non-desktop OSes
-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