From de44ad2806499c5846eae652b2e5451a9300677c Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Wed, 26 Sep 2001 15:42:06 +0000 Subject: #92402# added test for files --- sal/test/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sal/test/makefile.mk') 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) -- cgit