From: Martin Mares Date: Mon, 29 Oct 2007 22:24:39 +0000 (+0100) Subject: Set TESTING_DEPS in the example customization, so that `make tests' works. X-Git-Tag: holmes-import~506^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=df5325cd7dad99005836e0db572149b8231630c2;p=libucw.git Set TESTING_DEPS in the example customization, so that `make tests' works. --- diff --git a/free/libs/examples/internal/Makefile b/free/libs/examples/internal/Makefile index 153088af..628fe148 100644 --- a/free/libs/examples/internal/Makefile +++ b/free/libs/examples/internal/Makefile @@ -28,5 +28,8 @@ include $(s)/images/Makefile PROGS+=$(o)/test $(o)/test: $(o)/test.o $(LIBUCW) $(LIBLANG) $(LIBCHARSET) $(LIBIMAGES) +# All tests (%-t) get automatically linked with libucw +TESTING_DEPS=$(LIBUCW) + # And finally the default rules of the build system include $(s)/build/Makebottom