]> mj.ucw.cz Git - libucw.git/commitdiff
Set TESTING_DEPS in the example customization, so that `make tests' works.
authorMartin Mares <mj@ucw.cz>
Mon, 29 Oct 2007 22:24:39 +0000 (23:24 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 29 Oct 2007 22:24:39 +0000 (23:24 +0100)
free/libs/examples/internal/Makefile

index 153088af757270a8246452ce1ec01cc0a4d9491c..628fe1487f5dba888651f644e069fcf0ce8b4a89 100644 (file)
@@ -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