]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
Fix typos.
[chaz/tar] / tests / Makefile.am
index 338570c8a55105735591d77499efd97983759176..729bdd95fa96cd362f223e12e985cfb1e3a217a1 100644 (file)
@@ -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 <pinard@iro.umontreal.ca>, 1988.
 # Sergey Poznyakoff <gray@mirddin.farlep.net>, 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,26 +46,35 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
 ## ------------ ##
 
 TESTSUITE_AT = \
+ T-empty.at\
+ T-null.at\
  testsuite.at\
  append.at\
  append01.at\
+ append02.at\
+ chtype.at\
  comprec.at\
  delete01.at\
  delete02.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\
  incr03.at\
+ incr04.at\
+ indexfile.at\
  ignfail.at\
  link01.at\
  listed01.at\
@@ -79,6 +88,7 @@ TESTSUITE_AT = \
  multiv02.at\
  multiv03.at\
  multiv04.at\
+ multiv05.at\
  old.at\
  options.at\
  options02.at\
@@ -89,15 +99,22 @@ TESTSUITE_AT = \
  rename03.at\
  same-order01.at\
  same-order02.at\
+ shortfile.at\
+ shortupd.at\
  shortrec.at\
  sparse01.at\
  sparse02.at\
  sparse03.at\
  sparsemv.at\
  sparsemvp.at\
+ spmvp00.at\
+ spmvp01.at\
+ spmvp10.at\
  truncate.at\
  update.at\
+ volsize.at\
  volume.at\
+ verbose.at\
  version.at\
  star/gtarfail.at\
  star/gtarfail2.at\
@@ -122,6 +139,9 @@ clean-local:
 check-local: atconfig atlocal $(TESTSUITE)
        $(SHELL) $(TESTSUITE)
 
+check-full:
+       FULL_TEST=1 $(MAKE) check
+
 #check_SCRIPTS = tar
 
 # Run the test suite on the *installed* tree.
This page took 0.023652 seconds and 4 git commands to generate.