diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 14:12:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 14:12:33 +0000 |
commit | 278930f0cc0a45d9ed3220b6920940305c0d5d05 (patch) | |
tree | ea9d7b630c992b284e4e78a04635a63a2bb1294f /idlc | |
parent | a39210b5a31f932ee4e7f1f745d9744552f13d74 (diff) |
INTEGRATION: CWS sb18 (1.2.4); FILE MERGED
2004/05/19 14:21:19 sb 1.2.4.5: #i21150# Moved exittest.pl to solenv/bin/exectest.pl.
2004/05/18 15:36:51 sb 1.2.4.4: #i21150# Added new feature: published.
2004/05/14 12:31:57 sb 1.2.4.3: #i21150# Added constant tests.
2004/04/14 08:52:31 sb 1.2.4.2: #i21150# Added support for polymorphic struct types.
2004/04/08 14:37:18 sb 1.2.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/test/parser/makefile.mk | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/idlc/test/parser/makefile.mk b/idlc/test/parser/makefile.mk index ac91e40968af..924bf0d5604f 100644 --- a/idlc/test/parser/makefile.mk +++ b/idlc/test/parser/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2004-03-30 16:49:45 $ +# last change: $Author: obo $ $Date: 2004-06-03 15:12:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,17 +64,26 @@ PRJNAME := idlc TARGET := test_parser .INCLUDE: settings.mk - .INCLUDE: target.mk ALLTAR: test -test .PHONY: exittest.pl interfaceinheritance.tests methodoverload.tests - + $(PERL) exittest.pl attribute.tests $(BIN)/idlc$(EXECPOST) \ +test .PHONY: + + $(EXECTEST) attribute.tests $(BIN)/idlc$(EXECPOST) \ + -O $(MISC)/$(TARGET) -stdin + + $(EXECTEST) constant.tests $(BIN)/idlc$(EXECPOST) \ + -O $(MISC)/$(TARGET) -stdin + + $(EXECTEST) constructor.tests $(BIN)/idlc$(EXECPOST) \ + -O $(MISC)/$(TARGET) -stdin + + $(EXECTEST) interfaceinheritance.tests $(BIN)/idlc$(EXECPOST) \ + -O $(MISC)/$(TARGET) -stdin + + $(EXECTEST) methodoverload.tests $(BIN)/idlc$(EXECPOST) \ + -O $(MISC)/$(TARGET) -stdin + + $(EXECTEST) polystruct.tests $(BIN)/idlc$(EXECPOST) \ -O $(MISC)/$(TARGET) -stdin - + $(PERL) exittest.pl constructor.tests $(BIN)/idlc$(EXECPOST) \ + + $(EXECTEST) published.tests $(BIN)/idlc$(EXECPOST) \ -O $(MISC)/$(TARGET) -stdin - + $(PERL) exittest.pl interfaceinheritance.tests $(BIN)/idlc$(EXECPOST) \ + + $(EXECTEST) struct.tests $(BIN)/idlc$(EXECPOST) \ -O $(MISC)/$(TARGET) -stdin - + $(PERL) exittest.pl methodoverload.tests $(BIN)/idlc$(EXECPOST) \ + + $(EXECTEST) typedef.tests $(BIN)/idlc$(EXECPOST) \ -O $(MISC)/$(TARGET) -stdin |