diff --git a/tests/Makefile.am b/tests/Makefile.am index 515c8612..47da4334 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ # Makefile for GNU tar regression tests. -# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004 Free Software +# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005 Free Software # Foundation, Inc. # François Pinard , 1988. @@ -64,6 +64,7 @@ TESTSUITE_AT = \ link01.at\ listed01.at\ listed02.at\ + long01.at\ longv7.at\ multiv01.at\ multiv02.at\ diff --git a/tests/testsuite.at b/tests/testsuite.at index 82f33f89..fe1921bb 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005 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 @@ -91,6 +91,7 @@ m4_include([listed01.at]) m4_include([listed02.at]) m4_include([longv7.at]) +m4_include([long01.at]) m4_include([multiv01.at]) m4_include([multiv02.at])