summaryrefslogtreecommitdiff
path: root/o3tl
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-08-20 14:50:36 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-08-20 14:50:36 +0000
commitc6839ba23b62eb0347a5de002e347366a14b0b55 (patch)
tree156d04a1f734073bf86eed63f069ec4fdd72a3e4 /o3tl
parentb9db15b48e5c1ff2e32ca12f2faab53613cd12fa (diff)
INTEGRATION: CWS np1 (1.2.4); FILE MERGED
2007/07/16 09:23:52 thb 1.2.4.2: #i76768# Aligned naming conventions to other tests; removed senseless namespace 2007/04/27 16:38:22 np 1.2.4.1: #i76768#, #i76769#
Diffstat (limited to 'o3tl')
-rw-r--r--o3tl/qa/makefile.mk16
1 files changed, 9 insertions, 7 deletions
diff --git a/o3tl/qa/makefile.mk b/o3tl/qa/makefile.mk
index cd8395d05c55..f89af0e3b82e 100644
--- a/o3tl/qa/makefile.mk
+++ b/o3tl/qa/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2006-10-05 10:59:14 $
+# last change: $Author: ihi $ $Date: 2007-08-20 15:50:36 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -48,8 +48,10 @@ ENABLE_EXCEPTIONS=TRUE
# BEGIN ----------------------------------------------------------------
SHL1OBJS= \
- $(SLO)$/tests.obj \
- $(SLO)$/cow_wrapper_clients.obj
+ $(SLO)$/cow_wrapper_clients.obj \
+ $(SLO)$/test-cow_wrapper.obj \
+ $(SLO)$/test-heap_ptr.obj \
+ $(SLO)$/test-range.obj
SHL1TARGET= tests
SHL1STDLIBS= $(SALLIB) \
@@ -58,18 +60,18 @@ SHL1STDLIBS= $(SALLIB) \
SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
-SHL1VERSIONMAP = export.map
+SHL1VERSIONMAP = export.map
# END ------------------------------------------------------------------
#------------------------------- All object files -------------------------------
# do this here, so we get right dependencies
-SLOFILES=$(SHL1OBJS)
+SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : _cppunit.mk
+.INCLUDE : _cppunit.mk
# --- Enable test execution in normal build ------------------------