summaryrefslogtreecommitdiff
path: root/sal/test/makefile.mk
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-09-26 15:42:06 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-09-26 15:42:06 +0000
commitde44ad2806499c5846eae652b2e5451a9300677c (patch)
treef33b2d1b4f6b24abcd8433d1a6a911693b678c57 /sal/test/makefile.mk
parent593687d59f86f0a9bb4f0d09b0faf2e4c4908af3 (diff)
#92402# added test for files
Diffstat (limited to 'sal/test/makefile.mk')
-rw-r--r--sal/test/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk
index 9b5cd3b6b343..c35ef8c833b1 100644
--- a/sal/test/makefile.mk
+++ b/sal/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: kr $ $Date: 2001-08-30 11:51:36 $
+# last change: $Author: jbu $ $Date: 2001-09-26 16:42:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -94,7 +94,8 @@ APP1OBJS= \
$(OBJ)$/testbyteseq.obj \
$(OBJ)$/testuri.obj \
$(OBJ)$/test.obj \
- $(OBJ)$/testlogfile.obj
+ $(OBJ)$/testlogfile.obj \
+ $(OBJ)$/test_file.obj
OBJFILES= \
$(APP1OBJS) \
$(APP2OBJS)