diff options
author | Thorsten Behrens <thb@openoffice.org> | 2006-06-07 23:01:48 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2006-06-07 23:01:48 +0000 |
commit | 76535cd14f67f0c9d2a426d097bae4d965c959e7 (patch) | |
tree | ab227e5f10a9a6be76405d4e7ce09b7b19bc7641 /basebmp/test/makefile.mk | |
parent | 4999aa5c72de27ffd28944a2f56d68933ce1ee52 (diff) |
#i65904# Fixed broken CompositeIterator (was missing a proper copy-const/assignment op); added more tests
Diffstat (limited to 'basebmp/test/makefile.mk')
-rw-r--r-- | basebmp/test/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index 1ad61ffd7ede..a87f0ded20ba 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: thb $ $Date: 2006-06-02 08:36:15 $ +# last change: $Author: thb $ $Date: 2006-06-08 00:01:48 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -66,6 +66,7 @@ CFLAGS += -fno-inline SHL1OBJS= \ $(SLO)$/basictest.obj \ $(SLO)$/bmptest.obj \ + $(SLO)$/cliptest.obj \ $(SLO)$/filltest.obj \ $(SLO)$/linetest.obj \ $(SLO)$/masktest.obj \ |