]> git.gag.com Git - debian/gzip/blobdiff - tests/Makefile.am
gzip: fix bug with any upper case custom ('-S'-specified) suffix
[debian/gzip] / tests / Makefile.am
index 5022464612c4a265552f2775020507a630d1ae26..ed5dfdf35ac9aec0d4e08568b3127009b5a2658d 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to create Makefile.in
-# Copyright 2010-2016 Free Software Foundation, Inc.
+# Copyright 2010-2017 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
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 TESTS =                                        \
   gzip-env                             \
@@ -20,12 +20,16 @@ TESTS =                                     \
   help-version                         \
   hufts                                        \
   keep                                 \
+  list                                 \
   memcpy-abuse                         \
   mixed                                        \
   null-suffix-clobber                  \
   stdin                                        \
+  timestamp                            \
   trailing-nul                         \
   unpack-invalid                       \
+  unpack-valid                         \
+  upper-suffix                         \
   z-suffix                             \
   zdiff                                        \
   zgrep-f                              \