diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-10-12 10:09:22 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-10-12 10:09:22 +0000 |
commit | 874b016aec9ed24583cd41a711a4cfc599ddf6ec (patch) | |
tree | 98aa19ebed5111bf358b8eea9385f5285725b731 /sal/test | |
parent | 2edea56b0a442ab65cef1024917ed95ca4207175 (diff) |
#87140# Added textenc regression tests.
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk index d7d1c1a0f669..ae23fe5d5e1c 100644 --- a/sal/test/makefile.mk +++ b/sal/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: kr $ $Date: 2001-10-05 08:00:22 $ +# last change: $Author: sb $ $Date: 2001-10-12 11:09:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,6 +92,7 @@ APP1OBJS= \ $(OBJ)$/testuuid.obj \ $(OBJ)$/teststrbuf.obj \ $(OBJ)$/testbyteseq.obj \ + $(OBJ)$/testtextenc.obj \ $(OBJ)$/testuri.obj \ $(OBJ)$/test.obj \ $(OBJ)$/testlogfile.obj \ |