[Libreoffice-commits] .: sd/qa

François Tigeot ftigeot at kemper.freedesktop.org
Sun Mar 27 07:39:31 PDT 2011


 sd/qa/unit/makefile.mk |   13 +++++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit c40ab5ab21fdac756b8ce6b2c31787d188b2d862
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Sun Mar 27 16:34:36 2011 +0200

    Temporarily disable unit tests broken on DragonFly.

diff --git a/sd/qa/unit/makefile.mk b/sd/qa/unit/makefile.mk
index d02b965..0d1b818 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
+


More information about the Libreoffice-commits mailing list