X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=d9f8fd07d7ea242dd4a903d429bc9bd2b552f611;hb=2725db10000bae65e311a9329973b11053b86f1a;hp=d1e934e6eb343898e24184640ff3372b7217cf30;hpb=5d5f73163e6fd4c4679c22cfe16d6ab87aef92a4;p=debian%2Fgzip diff --git a/tests/Makefile.am b/tests/Makefile.am index d1e934e..d9f8fd0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to create Makefile.in -# Copyright 2010-2014 Free Software Foundation, Inc. +# Copyright 2010-2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ # along with this program. If not, see . TESTS = \ + gzip-env \ helin-segv \ help-version \ hufts \ @@ -72,7 +73,7 @@ TESTS_ENVIRONMENT = \ fi; \ }; \ LC_ALL=C; export LC_ALL; \ - VERSION=$(VERSION); export VERSION; \ + VERSION=$(VERSION); export VERSION; \ abs_top_builddir='$(abs_top_builddir)'; export abs_top_builddir; \ abs_top_srcdir='$(abs_top_srcdir)'; export abs_top_srcdir; \ abs_srcdir='$(abs_srcdir)'; export abs_srcdir; \