summaryrefslogtreecommitdiff
path: root/i18npool/qa/cppunit
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 13:39:19 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 14:33:51 -0500
commite7c42ce9ddea0a3a38a37577564f405c70c35c6c (patch)
treeffcfd04e510f5c518642303debda0d8e0cd3f303 /i18npool/qa/cppunit
parenta94c30350ef662a7897d4a274a7168ba16eec238 (diff)
use --xxx instead of -xxx for command line options
Diffstat (limited to 'i18npool/qa/cppunit')
-rw-r--r--i18npool/qa/cppunit/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/qa/cppunit/makefile.mk b/i18npool/qa/cppunit/makefile.mk
index 2f0eecb10e51..75f4a9153116 100644
--- a/i18npool/qa/cppunit/makefile.mk
+++ b/i18npool/qa/cppunit/makefile.mk
@@ -101,7 +101,7 @@ test .PHONY: $(SHL1TARGETN) $(MISC)/$(TARGET)/services.rdb $(MISC)$/$(TARGET)$/t
@echo ----------------------------------------------------------
@echo - start unit test \#2 on library $(SHL1TARGETN)
@echo ----------------------------------------------------------
- $(CPPUNITTESTER) $(SHL1TARGETN) -headless -invisible \
+ $(CPPUNITTESTER) $(SHL1TARGETN) --headless --invisible \
-env:UNO_SERVICES=$(my_file)$(PWD)/$(MISC)/$(TARGET)/services.rdb \
-env:UNO_TYPES="$(my_file)$(PWD)/$(MISC)/$(TARGET)/types.rdb $(my_file)$(PWD)/$(MISC)/$(TARGET)/udkapi.rdb" \
-env:OOO_INBUILD_SHAREDLIB_DIR="$(my_file)$(PWD)/$(DLLDEST)"