From fea80fefd7ed6e50a9859c992f1b7b4873e1ef0d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 7 Dec 2012 02:48:41 +0000 Subject: Add 'check' make target to run the new test/Execute_Tests test suite git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1804 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index d6e59c20..a302d309 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -406,6 +406,15 @@ install.sharedlibstub: $(MAKE) -C lib -f $(SRCDIR)/lib/Makefile \ SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) install.sharedlibstub +.PHONY: check +check: +# This works on typical Linux systems + cd $(SRCDIR)/test; \ + PBM_TESTPREFIX=$(PKGDIR)/bin \ + LD_LIBRARY_PATH=$(PKGDIR)/lib \ + RGBDEF=$(SRCDIR)/lib/rgb.txt \ + ./Execute-Tests + clean: localclean .PHONY: localclean -- cgit 1.4.1