delete trailing whitespace from control files
[debian/gzip] / tests / Makefile.am
index 71cf4ada6bc22625c2a12e289a52f58503918774..691bbf8dd4cc18f7664804421ef50dea41748b1f 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to create Makefile.in
-# Copyright 2010-2016 Free Software Foundation, Inc.
+# Copyright 2010-2018 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                             \
@@ -24,9 +24,13 @@ TESTS =                                      \
   memcpy-abuse                         \
   mixed                                        \
   null-suffix-clobber                  \
+  reproducible                         \
   stdin                                        \
+  timestamp                            \
   trailing-nul                         \
   unpack-invalid                       \
+  unpack-valid                         \
+  upper-suffix                         \
   z-suffix                             \
   zdiff                                        \
   zgrep-f                              \