[Libreoffice-commits] .: starmath/qa
François Tigeot
ftigeot at kemper.freedesktop.org
Sun Mar 27 07:40:21 PDT 2011
starmath/qa/cppunit/makefile.mk | 12 ++++++++++++
1 file changed, 12 insertions(+)
New commits:
commit f6cdc282e5db4c06a948bb10c179cc139466a0f1
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Sun Mar 27 16:35:10 2011 +0200
Temporarily disable unit tests broken on DragonFly.
diff --git a/starmath/qa/cppunit/makefile.mk b/starmath/qa/cppunit/makefile.mk
index c097404..7279bea 100644
--- a/starmath/qa/cppunit/makefile.mk
+++ b/starmath/qa/cppunit/makefile.mk
@@ -123,6 +123,8 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE : makefile.mk $(MISC)/services.input
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)
@@ -133,3 +135,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