X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Ftestsuite.at;h=86dfe9afdb18c4087aece2762867da36cb0bc216;hb=43c534319408d1ca8ffaa9f977330fb9a7214339;hp=ea894cc19c8efff70caba9a8eb6373a31d32164a;hpb=394b12d9501b8b6882c0cbe090dbd8d353bccf80;p=chaz%2Ftar diff --git a/tests/testsuite.at b/tests/testsuite.at index ea894cc..86dfe9a 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, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007 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 @@ -100,6 +100,9 @@ m4_include([pipe.at]) m4_include([options.at]) m4_include([options02.at]) +m4_include([T-empty.at]) +m4_include([T-null.at]) + m4_include([indexfile.at]) m4_include([verbose.at]) @@ -107,6 +110,8 @@ m4_include([append.at]) m4_include([append01.at]) m4_include([append02.at]) +m4_include([exclude.at]) + m4_include([delete01.at]) m4_include([delete02.at]) m4_include([delete03.at]) @@ -119,6 +124,7 @@ m4_include([extrac03.at]) m4_include([extrac04.at]) m4_include([extrac05.at]) m4_include([extrac06.at]) +m4_include([extrac07.at]) m4_include([gzip.at])