summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 13:42:44 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 13:42:44 -0500
commita9f46a4c26ace9e5ab36015bef969b858e771bff (patch)
tree9795e33f5b8cf05d4ade51bf12b540a69d5a7f03 /sc/qa
parent317d0cbd85d0829d395f8806ab998baaf81ac882 (diff)
use --xxx instead of -xxx for command line options
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/makefile.mk b/sc/qa/unit/makefile.mk
index 75eac522087c..d252433fd56b 100644
--- a/sc/qa/unit/makefile.mk
+++ b/sc/qa/unit/makefile.mk
@@ -114,7 +114,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)" \