]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
Fix copyright years
[chaz/tar] / tests / Makefile.am
index e86f3f807c86c23a9e2397c80c65d7253077896b..8d4694ca93437aa7a66341d9dad95a2eaf43952d 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile for GNU tar regression tests.
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005 Free Software
-# Foundation, Inc.
+# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005
+# 2006 Free Software Foundation, Inc.
 
 # François Pinard <pinard@iro.umontreal.ca>, 1988.
 # Sergey Poznyakoff <gray@mirddin.farlep.net>, 2004.
@@ -62,12 +62,17 @@ TESTSUITE_AT = \
  extrac05.at\
  gzip.at\
  incremental.at\
+ incr01.at\
+ incr02.at\
  ignfail.at\
  link01.at\
  listed01.at\
  listed02.at\
  long01.at\
  longv7.at\
+ lustar01.at\
+ lustar02.at\
+ lustar03.at\
  multiv01.at\
  multiv02.at\
  multiv03.at\
@@ -82,6 +87,9 @@ TESTSUITE_AT = \
  shortrec.at\
  sparse01.at\
  sparse02.at\
+ sparse03.at\
+ sparsemv.at\
+ sparsemvp.at\
  truncate.at\
  update.at\
  volume.at\
@@ -104,7 +112,7 @@ atconfig: $(top_builddir)/config.status
        cd $(top_builddir) && ./config.status tests/$@
 
 clean-local:
-       $(SHELL) $(TESTSUITE) --clean
+       test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
 
 check-local: atconfig atlocal $(TESTSUITE)
        $(SHELL) $(TESTSUITE)
@@ -128,4 +136,3 @@ localedir = $(datadir)/locale
 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
 
 LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)
-
This page took 0.025186 seconds and 4 git commands to generate.