From ccfc548cc8507b16397f674cbb0a8911781e27b4 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 12 Dec 2012 03:43:47 +0000 Subject: various changes to test facility git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1806 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index a302d309..9066f2a7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -409,11 +409,12 @@ install.sharedlibstub: .PHONY: check check: # This works on typical Linux systems - cd $(SRCDIR)/test; \ + if [ ! -d $(RESULTDIR) ]; then mkdir -pv $(RESULTDIR); fi + cd $(RESULTDIR); \ PBM_TESTPREFIX=$(PKGDIR)/bin \ LD_LIBRARY_PATH=$(PKGDIR)/lib \ RGBDEF=$(SRCDIR)/lib/rgb.txt \ - ./Execute-Tests + $(SRCDIR)/test/Execute-Tests 2>&1 clean: localclean -- cgit 1.4.1