summaryrefslogtreecommitdiff
path: root/cppu/qa
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-10-09 14:19:37 +0000
committerKurt Zenker <kz@openoffice.org>2007-10-09 14:19:37 +0000
commit72fabac222ed6c68b0e82ada113d2b758d5e7bcd (patch)
treeccb41192240735e05b33c387f9f643c33231043e /cppu/qa
parent86280e3a3209f0162100e7c50856fab12934aeda (diff)
INTEGRATION: CWS basmgr03 (1.4.80); FILE MERGED
2007/09/17 08:27:36 fs 1.4.80.1: #i80044# added Reference unit tests
Diffstat (limited to 'cppu/qa')
-rw-r--r--cppu/qa/makefile.mk16
1 files changed, 12 insertions, 4 deletions
diff --git a/cppu/qa/makefile.mk b/cppu/qa/makefile.mk
index eb8b4017b4e3..74d539e98965 100644
--- a/cppu/qa/makefile.mk
+++ b/cppu/qa/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2006-01-10 15:55:03 $
+# last change: $Author: kz $ $Date: 2007-10-09 15:19:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -59,7 +59,14 @@ SHL2VERSIONMAP = version.map
SHL2IMPLIB = i$(SHL2TARGET)
DEF2NAME = $(SHL2TARGET)
-SLOFILES = $(SHL1OBJS) $(SHL2OBJS)
+SHL3TARGET = $(TARGET)_reference
+SHL3OBJS = $(SLO)$/test_reference.obj
+SHL3STDLIBS = $(CPPULIB) $(CPPUNITLIB) $(SALLIB)
+SHL3VERSIONMAP = version.map
+SHL3IMPLIB = i$(SHL3TARGET)
+DEF3NAME = $(SHL3TARGET)
+
+SLOFILES = $(SHL1OBJS) $(SHL2OBJS) $(SHL3OBJS)
.INCLUDE: target.mk
@@ -81,6 +88,7 @@ $(MISC)$/$(TARGET)$/types.urd: types.idl
- $(MKDIR) $(MISC)$/$(TARGET)
$(IDLC) -O$(MISC)$/$(TARGET) -I$(SOLARIDLDIR) -cid -we $<
-test .PHONY: $(SHL1TARGETN) $(SHL2TARGETN)
+test .PHONY: $(SHL1TARGETN) $(SHL2TARGETN) $(SHL3TARGETN)
testshl2 $(SHL1TARGETN)
testshl2 $(SHL2TARGETN)
+ testshl2 $(SHL3TARGETN)