X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2FMakefile.am;h=84d6f49787e8c8913f702f654c76344ed25522af;hb=14d39a2c1491f6c719b1bcf85fb9ead6fb206008;hp=bb5ed5136407984b0f0d962a83dd4a9a8a100753;hpb=ab8711413cb411678d910332b6d36cae9275dbd5;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index bb5ed51..84d6f49 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,14 +1,14 @@ # Makefile for GNU tar regression tests. # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006 Free Software Foundation, Inc. +# 2006, 2007 Free Software Foundation, Inc. # François Pinard , 1988. # Sergey Poznyakoff , 2004. ## 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 -## the Free Software Foundation; either version 2, or (at your option) +## the Free Software Foundation; either version 3, or (at your option) ## any later version. ## This program is distributed in the hope that it will be useful, @@ -46,6 +46,8 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac ## ------------ ## TESTSUITE_AT = \ + T-empty.at\ + T-null.at\ testsuite.at\ append.at\ append01.at\ @@ -57,13 +59,16 @@ TESTSUITE_AT = \ delete03.at\ delete04.at\ delete05.at\ + exclude.at\ extrac01.at\ extrac02.at\ extrac03.at\ extrac04.at\ extrac05.at\ extrac06.at\ + extrac07.at\ gzip.at\ + grow.at\ incremental.at\ incr01.at\ incr02.at\ @@ -83,6 +88,7 @@ TESTSUITE_AT = \ multiv02.at\ multiv03.at\ multiv04.at\ + multiv05.at\ old.at\ options.at\ options02.at\ @@ -93,6 +99,7 @@ TESTSUITE_AT = \ rename03.at\ same-order01.at\ same-order02.at\ + shortfile.at\ shortrec.at\ sparse01.at\ sparse02.at\ @@ -106,6 +113,7 @@ TESTSUITE_AT = \ update.at\ volsize.at\ volume.at\ + verbose.at\ version.at\ star/gtarfail.at\ star/gtarfail2.at\