From b8c8022b3ba0612f8ab75e4f57d23290bc68fb76 Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Sun, 27 Mar 2011 16:35:10 +0200 Subject: Temporarily disable unit tests broken on DragonFly. --- starmath/qa/cppunit/makefile.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'starmath/qa/cppunit') 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 -- cgit