diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-09-26 15:42:06 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-09-26 15:42:06 +0000 |
commit | de44ad2806499c5846eae652b2e5451a9300677c (patch) | |
tree | f33b2d1b4f6b24abcd8433d1a6a911693b678c57 /sal/test | |
parent | 593687d59f86f0a9bb4f0d09b0faf2e4c4908af3 (diff) |
#92402# added test for files
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/makefile.mk | 7 |
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) |