From 278930f0cc0a45d9ed3220b6920940305c0d5d05 Mon Sep 17 00:00:00 2001
From: Oliver Bolte <obo@openoffice.org>
Date: Thu, 3 Jun 2004 14:12:33 +0000
Subject: 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.

---
 idlc/test/parser/makefile.mk | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

(limited to 'idlc')

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
-- 
cgit