summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-03-27 16:34:36 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-03-27 16:34:36 +0200
commitb33b2166e299fffd5f51d5e42121a30d05ba36a9 (patch)
tree5cccbfed5a2fca3d95dc46b79fe86eba7f25ae3b /sd
parentbcb2ecf467211767c7828ac9ad1d9d00658aa9c7 (diff)
Temporarily disable unit tests broken on DragonFly.
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/makefile.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/sd/qa/unit/makefile.mk b/sd/qa/unit/makefile.mk
index d02b965b1555..0d1b81872e77 100644
--- a/sd/qa/unit/makefile.mk
+++ b/sd/qa/unit/makefile.mk
@@ -101,6 +101,8 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE : makefile.mk $(MISC)/$(TARGET)/servic
STAR_RESOURCEPATH:=$(PWD)/$(BIN)$(PATH_SEPERATOR)$(SOLARBINDIR)
.EXPORT : STAR_RESOURCEPATH
+.IF "$(OS)" != "DRAGONFLY"
+
test .PHONY: $(SHL1TARGETN) $(MISC)/$(TARGET)/services.rdb
@echo ----------------------------------------------------------
@echo - start unit test \#1 on library $(SHL1TARGETN)
@@ -111,3 +113,14 @@ test .PHONY: $(SHL1TARGETN) $(MISC)/$(TARGET)/services.rdb
-env:URE_INTERNAL_LIB_DIR="$(my_file)$(SOLARSHAREDBIN)" \
-env:OOO_BASE_DIR="$(my_file)$(SOLARSHAREDBIN)" \
-env:BRAND_BASE_DIR="$(my_file)$(SOLARSHAREDBIN)"
+
+.ELSE
+
+test .PHONY: $(SHL1TARGETN)
+ @echo ----------------------------------------------------------
+ @echo - WARNING!!, test disabled on your platform
+ @echo - Please test manually, and enable if it works
+ @echo ----------------------------------------------------------
+
+.ENDIF
+