diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-29 13:42:24 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-29 14:33:40 -0500 |
commit | c89df72dfcc494a0ed2e9cc956b24a4f84d0d176 (patch) | |
tree | 7de1b410745d10c71ec61773f281485bd4d42211 /sd/qa | |
parent | c30e0fe5d2bace8a70904f4c54b06691665e8ef1 (diff) |
use --xxx instead -f -xxx for command line options
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/makefile.mk b/sd/qa/unit/makefile.mk index 0d1b81872e77..94e79415f830 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)" \ |