]> Dogcows Code - chaz/tar/blobdiff - tests/testsuite.at
Added long01.at
[chaz/tar] / tests / testsuite.at
index a48c19484f2ec2730c5094c6fa0ff60d48b7a1d0..fe1921bbf1c8941e8d6a630b3dd9fa711a8462a3 100644 (file)
@@ -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
@@ -50,13 +50,20 @@ test -z "$STAR_TESTSCRIPTS" && AT_SKIP_TEST
 test -r "$STAR_TESTSCRIPTS/$1" || AT_SKIP_TEST
 ])
 
+m4_define([AT_GZIP_PREREQ],[
+cat /dev/null | m4_if([$1],[],gzip,[$1]) - > /dev/null 2>&1 || AT_SKIP_TEST
+])
+
 AT_INIT
 
 AT_TESTED([tar])
 
 m4_include([version.at])
 
+m4_include([pipe.at])
+
 m4_include([options.at])
+m4_include([options02.at])
 
 m4_include([append.at])
 
@@ -84,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])
@@ -100,6 +108,8 @@ m4_include([sparse01.at])
 
 m4_include([volume.at])
 
+m4_include([comprec.at])
+
 m4_include([star/gtarfail.at])
 m4_include([star/gtarfail2.at])
 
This page took 0.022227 seconds and 4 git commands to generate.