X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Ftestsuite.at;h=be95e72b2ef99e629240987f3d03d395a3334066;hb=586a6263e9d97494139b4285c81ee5907c9d7252;hp=1aab6f72a275d856e467afca070b4888db98972c;hpb=6d5cfeb757da524ed88bff55b2ee4e58b593641e;p=chaz%2Ftar diff --git a/tests/testsuite.at b/tests/testsuite.at index 1aab6f7..be95e72 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 2004-2008, 2010-2013 Free Software Foundation, Inc. +# Copyright 2004-2008, 2010-2014 Free Software Foundation, Inc. # This file is part of GNU tar. @@ -205,13 +205,17 @@ m4_include([T-empty.at]) m4_include([T-null.at]) m4_include([T-zfile.at]) m4_include([T-nonl.at]) +m4_include([T-dir00.at]) +m4_include([T-dir01.at]) AT_BANNER([Various options]) m4_include([indexfile.at]) m4_include([verbose.at]) m4_include([gzip.at]) m4_include([recurse.at]) +m4_include([recurs02.at]) m4_include([shortrec.at]) +m4_include([iotty.at]) AT_BANNER([The --same-order option]) m4_include([same-order01.at]) @@ -349,6 +353,7 @@ m4_include([sparse01.at]) m4_include([sparse02.at]) m4_include([sparse03.at]) m4_include([sparse04.at]) +m4_include([sparse05.at]) m4_include([sparsemv.at]) m4_include([spmvp00.at]) m4_include([spmvp01.at]) @@ -397,6 +402,7 @@ m4_include([remfiles08c.at]) m4_include([remfiles09a.at]) m4_include([remfiles09b.at]) m4_include([remfiles09c.at]) +m4_include([remfiles10.at]) AT_BANNER([Extended attributes]) m4_include([xattr01.at]) @@ -407,12 +413,19 @@ m4_include([xattr05.at]) m4_include([acls01.at]) m4_include([acls02.at]) +m4_include([acls03.at]) m4_include([selnx01.at]) m4_include([selacl01.at]) m4_include([capabs_raw01.at]) +AT_BANNER([One top level]) +m4_include([onetop01.at]) +m4_include([onetop02.at]) +m4_include([onetop03.at]) +m4_include([onetop04.at]) + AT_BANNER([Star tests]) m4_include([star/gtarfail.at]) m4_include([star/gtarfail2.at])