]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
(extract_volhdr): New function
[chaz/tar] / tests / Makefile.am
index f2196ffedbe41dc55020e66194daf42a1e2794dc..338570c8a55105735591d77499efd97983759176 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.
@@ -60,16 +60,21 @@ TESTSUITE_AT = \
  extrac03.at\
  extrac04.at\
  extrac05.at\
+ extrac06.at\
  gzip.at\
  incremental.at\
  incr01.at\
  incr02.at\
+ incr03.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\
@@ -79,6 +84,9 @@ TESTSUITE_AT = \
  options02.at\
  pipe.at\
  recurse.at\
+ rename01.at\
+ rename02.at\
+ rename03.at\
  same-order01.at\
  same-order02.at\
  shortrec.at\
@@ -131,5 +139,5 @@ genfile_SOURCES = genfile.c argcv.c argcv.h
 
 localedir = $(datadir)/locale
 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
-
+AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
 LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)
This page took 0.026559 seconds and 4 git commands to generate.