X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=2c13231fb0a42257c6605399f70693d06aa4b005;hb=ac6caa71bc6077d75ff5073f76f97d53225e78ae;hp=cf3dbd536ff30f401a9025ce880b1a8589dd8820;hpb=29a6b977e98b8739b65cc70296a21fe6b3b6b75f;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index cf3dbd5..2c13231 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,14 +1,14 @@ # Makefile for GNU tar regression tests. -# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004 Free Software -# Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2009 Free Software Foundation, Inc. # François Pinard , 1988. # Sergey Poznyakoff , 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, @@ -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) @@ -46,36 +46,78 @@ $(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\ listed02.at\ + long01.at\ longv7.at\ + lustar01.at\ + lustar02.at\ + lustar03.at\ multiv01.at\ multiv02.at\ multiv03.at\ + multiv04.at\ + multiv05.at\ + multiv06.at\ old.at\ options.at\ + options02.at\ pipe.at\ recurse.at\ + rename01.at\ + rename02.at\ + rename03.at\ + rename04.at\ + rename05.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\ @@ -95,11 +137,14 @@ 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) +check-full: + FULL_TEST=1 $(MAKE) check + #check_SCRIPTS = tar # Run the test suite on the *installed* tree. @@ -113,10 +158,9 @@ 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) - +INCLUDES = -I$(top_srcdir)/gnu -I../gnu -I$(top_srcdir)/gnu -I$(top_srcdir)/lib +AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" +LDADD = ../gnu/libgnu.a $(LIBINTL) $(LIB_CLOCK_GETTIME)