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.
This commit is contained in:
parent
a39210b5a3
commit
278930f0cc
1 changed files with 17 additions and 8 deletions
|
@ -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
|
||||
+ $(PERL) exittest.pl constructor.tests $(BIN)/idlc$(EXECPOST) \
|
||||
+ $(EXECTEST) constant.tests $(BIN)/idlc$(EXECPOST) \
|
||||
-O $(MISC)/$(TARGET) -stdin
|
||||
+ $(PERL) exittest.pl interfaceinheritance.tests $(BIN)/idlc$(EXECPOST) \
|
||||
+ $(EXECTEST) constructor.tests $(BIN)/idlc$(EXECPOST) \
|
||||
-O $(MISC)/$(TARGET) -stdin
|
||||
+ $(PERL) exittest.pl methodoverload.tests $(BIN)/idlc$(EXECPOST) \
|
||||
+ $(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
|
||||
+ $(EXECTEST) published.tests $(BIN)/idlc$(EXECPOST) \
|
||||
-O $(MISC)/$(TARGET) -stdin
|
||||
+ $(EXECTEST) struct.tests $(BIN)/idlc$(EXECPOST) \
|
||||
-O $(MISC)/$(TARGET) -stdin
|
||||
+ $(EXECTEST) typedef.tests $(BIN)/idlc$(EXECPOST) \
|
||||
-O $(MISC)/$(TARGET) -stdin
|
||||
|
|
Loading…
Reference in a new issue