]> Dogcows Code - chaz/tar/blobdiff - tests/testsuite.at
* tests/atlocal.in (PATH): Add build-aux from the source tree,
[chaz/tar] / tests / testsuite.at
index e260c839e2b131027808985c8939c9a2de32a293..7f9fa3613c51b6b4189866a8891ee761b241c1f5 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2006 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
@@ -15,8 +15,8 @@
 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
 
 # We need a recent Autotest.
 m4_version_prereq([2.52g])
@@ -27,6 +27,8 @@ m4_define([AT_TAR_CHECK],[
              [AT_CHECK([
 mkdir FMT
 (cd FMT
+TEST_TAR_FORMAT=FMT
+export TEST_TAR_FORMAT
 TAR_OPTIONS="-H FMT"
 export TAR_OPTIONS
 rm -rf *
@@ -54,6 +56,10 @@ m4_define([AT_GZIP_PREREQ],[
 cat /dev/null | m4_if([$1],[],gzip,[$1]) - > /dev/null 2>&1 || AT_SKIP_TEST
 ])
 
+m4_define([AT_TAR_MKHIER],[
+mkinstalldirs $1 >/dev/null
+genfile --file $1/$2])
+
 AT_INIT
 
 AT_TESTED([tar])
@@ -83,6 +89,8 @@ m4_include([extrac05.at])
 m4_include([gzip.at])
 
 m4_include([incremental.at])
+m4_include([incr01.at])
+m4_include([incr02.at])
 
 m4_include([ignfail.at])
 
@@ -93,6 +101,9 @@ m4_include([listed02.at])
 
 m4_include([longv7.at])
 m4_include([long01.at])
+m4_include([lustar01.at])
+m4_include([lustar02.at])
+m4_include([lustar03.at])
 
 m4_include([multiv01.at])
 m4_include([multiv02.at])
@@ -110,11 +121,18 @@ m4_include([shortrec.at])
 
 m4_include([sparse01.at])
 m4_include([sparse02.at])
+m4_include([sparse03.at])
+m4_include([sparsemv.at])
+m4_include([sparsemvp.at])
+
+m4_include([update.at])
 
 m4_include([volume.at])
 
 m4_include([comprec.at])
 
+m4_include([truncate.at])
+
 m4_include([star/gtarfail.at])
 m4_include([star/gtarfail2.at])
 
This page took 0.024013 seconds and 4 git commands to generate.