summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-03-27 16:33:21 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-03-27 16:33:21 +0200
commitd8a9a39393e06f76f9ef7d9b71dd4bec0674378b (patch)
tree7af36b8c86560194d9bf602f76dbce1cfad34f44 /sc
parent2aa4f0298bcd8df4c079801e0c9aeb0466c138b9 (diff)
Temporarily disable unit tests broken on DragonFly.
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/makefile.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/sc/qa/unit/makefile.mk b/sc/qa/unit/makefile.mk
index b412078d77ae..75eac522087c 100644
--- a/sc/qa/unit/makefile.mk
+++ b/sc/qa/unit/makefile.mk
@@ -108,6 +108,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)
@@ -118,3 +120,13 @@ 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