summaryrefslogtreecommitdiff
path: root/starmath/qa
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-03-27 16:35:10 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-03-27 16:35:10 +0200
commitb8c8022b3ba0612f8ab75e4f57d23290bc68fb76 (patch)
treed7e3b44cb6df7b0dc7694bf1a617c208b5c7365c /starmath/qa
parentda5f126844fab3c647c3d95cdf613aaf2e22ceed (diff)
Temporarily disable unit tests broken on DragonFly.
Diffstat (limited to 'starmath/qa')
-rw-r--r--starmath/qa/cppunit/makefile.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/starmath/qa/cppunit/makefile.mk b/starmath/qa/cppunit/makefile.mk
index c09740421763..7279beaf21ef 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