From 72fabac222ed6c68b0e82ada113d2b758d5e7bcd Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 9 Oct 2007 14:19:37 +0000 Subject: INTEGRATION: CWS basmgr03 (1.4.80); FILE MERGED 2007/09/17 08:27:36 fs 1.4.80.1: #i80044# added Reference unit tests --- cppu/qa/makefile.mk | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'cppu/qa') 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) -- cgit