summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 13:37:58 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 14:34:03 -0500
commit33cbc065251736b6eb8d404a8a65c38d7849d871 (patch)
treee13d46071d1b8da41a06f5cde1651088e2c34f42 /starmath
parent169dfdcb3629a1e4e2b17dd4b7a1307dc8ca7b45 (diff)
use --xxx instead of -xxx for command line options
Diffstat (limited to 'starmath')
-rw-r--r--starmath/qa/cppunit/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/qa/cppunit/makefile.mk b/starmath/qa/cppunit/makefile.mk
index 7279beaf21ef..a61a13ed3783 100644
--- a/starmath/qa/cppunit/makefile.mk
+++ b/starmath/qa/cppunit/makefile.mk
@@ -129,7 +129,7 @@ test .PHONY: $(SHL1TARGETN) $(MISC)/$(TARGET)/services.rdb
@echo ----------------------------------------------------------
@echo - start unit test \#1 on library $(SHL1TARGETN)
@echo ----------------------------------------------------------
- $(CPPUNITTESTER) $(SHL1TARGETN) -headless -invisible \
+ $(CPPUNITTESTER) $(SHL1TARGETN) --headless --invisible \
'-env:UNO_TYPES=$(my_file)$(SOLARBINDIR)/udkapi.rdb $(my_file)$(SOLARBINDIR)$/types.rdb' \
'-env:UNO_SERVICES=$(my_file)$(SOLARXMLDIR)/ure/services.rdb $(my_file)$(PWD)/$(MISC)/$(TARGET)/services.rdb'\
-env:URE_INTERNAL_LIB_DIR="$(my_file)$(SOLARSHAREDBIN)" \