From c267823f944001e096f0e316588a56a4011435a9 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 27 Nov 2016 22:06:27 +0000 Subject: More skipping of tests of not-built components git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2839 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index aac9c0c9..4e10e12c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -463,8 +463,12 @@ CHECK_VARS = \ JASPERLIB="$(JASPERLIB)" \ JBIGLIB="$(JBIGLIB)" \ JPEGLIB="$(JPEGLIB)" \ + PNGLIB="$(PNGLIB)" \ TIFFLIB="$(TIFFLIB)" \ - URTLIB="$(URTLIB)" + URTLIB="$(URTLIB)" \ + X11LIB="$(X11LIB)" \ + XML2_LIBS="$(XML2_LIBS)" \ + ZLIB="$(ZLIB)" # Test files in source tree. -- cgit 1.4.1