]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
Update FSF postal mail address.
[chaz/tar] / tests / Makefile.am
index cf3dbd536ff30f401a9025ce880b1a8589dd8820..3890b37833ea025255b5d7ca5d666647ea3e55b0 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for GNU tar regression tests.
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004 Free Software
+# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005 Free Software
 # Foundation, Inc.
 
 # François Pinard <pinard@iro.umontreal.ca>, 1988.
@@ -18,8 +18,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.
 
 EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 star/README star/quicktest.sh
 DISTCLEANFILES       = atconfig $(check_SCRIPTS)
@@ -47,6 +47,8 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
 
 TESTSUITE_AT = \
  testsuite.at\
+ append.at\
+ append01.at\
  comprec.at\
  delete01.at\
  delete02.at\
@@ -64,17 +66,23 @@ TESTSUITE_AT = \
  link01.at\
  listed01.at\
  listed02.at\
+ long01.at\
  longv7.at\
  multiv01.at\
  multiv02.at\
  multiv03.at\
+ multiv04.at\
  old.at\
  options.at\
+ options02.at\
  pipe.at\
  recurse.at\
  same-order01.at\
  same-order02.at\
+ shortrec.at\
  sparse01.at\
+ sparse02.at\
+ truncate.at\
  volume.at\
  version.at\
  star/gtarfail.at\
@@ -113,10 +121,10 @@ installcheck-local:
 
 check_PROGRAMS = genfile
 
-genfile_SOURCES = genfile.c
+genfile_SOURCES = genfile.c argcv.c argcv.h
 
 localedir = $(datadir)/locale
 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
 
-LDADD = ../lib/libtar.a $(LIBINTL)
+LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)
 
This page took 0.02101 seconds and 4 git commands to generate.