[Libreoffice-commits] .: sc/qa
François Tigeot
ftigeot at kemper.freedesktop.org
Sun Mar 27 07:38:17 PDT 2011
sc/qa/unit/makefile.mk | 12 ++++++++++++
1 file changed, 12 insertions(+)
New commits:
commit 517444c8e1791f681a263f585c8805791bf149fe
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Sun Mar 27 16:33:21 2011 +0200
Temporarily disable unit tests broken on DragonFly.
diff --git a/sc/qa/unit/makefile.mk b/sc/qa/unit/makefile.mk
index b412078..75eac52 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
More information about the Libreoffice-commits
mailing list