From 949256f2a9f042e258478bdd5c0ef631e5e55b7b Mon Sep 17 00:00:00 2001 From: sb Date: Mon, 11 Jan 2010 11:30:25 +0100 Subject: 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 --- basebmp/test/makefile.mk | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'basebmp') 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) -- cgit