diff options
author | sb <sb@openoffice.org> | 2010-01-11 11:30:25 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-11 11:30:25 +0100 |
commit | 949256f2a9f042e258478bdd5c0ef631e5e55b7b (patch) | |
tree | 752bb636c23184ebc812d8e710a732d940439eaa /basebmp/test | |
parent | a57ae685bcc342e1cd2d4e9d261704839ecf1996 (diff) |
sb118: introduced AUGMENT_LIBRARY_PATH_LOCAL, used by CPPUNITTESTER so that tests within a module pick up shared libs from that module in the local output tree
Diffstat (limited to 'basebmp/test')
-rw-r--r-- | basebmp/test/makefile.mk | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index 94be97c81038..36b540231188 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -78,16 +78,10 @@ SHL1OBJS= \ $(SLO)$/linetest.obj \ $(SLO)$/masktest.obj \ $(SLO)$/polytest.obj \ - $(SLO)$/tools.obj \ - $(SLO)$/bitmapdevice.obj \ - $(SLO)$/debug.obj \ - $(SLO)$/polypolygonrenderer.obj -# last three objs are a bit of a hack: cannot link against LIBBASEBMP -# here, because not yet delivered. Need the functionality to test, so -# we're linking it in statically. Need to keep this in sync with -# source/makefile.mk + $(SLO)$/tools.obj SHL1TARGET= tests -SHL1STDLIBS= $(SALLIB) \ +SHL1STDLIBS= $(BASEBMPLIB) \ + $(SALLIB) \ $(CPPUNITLIB) \ $(BASEGFXLIB) |