[Libreoffice-commits] .: sd/qa
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Tue Mar 29 13:35:36 PDT 2011
sd/qa/unit/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dc362ff5d13453660d0e2804e5e413ae0a9f72bc
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Tue Mar 29 13:42:24 2011 -0500
use --xxx instead -f -xxx for command line options
diff --git a/sd/qa/unit/makefile.mk b/sd/qa/unit/makefile.mk
index 0d1b818..94e7941 100644
--- a/sd/qa/unit/makefile.mk
+++ b/sd/qa/unit/makefile.mk
@@ -107,7 +107,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)" \
More information about the Libreoffice-commits
mailing list