X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=ea055e3f03b06ac804b1e231a6250e20c333bf31;hb=c57418b462d85282063695998327c13175b9dbe3;hp=a4ea064be0738032f0066b3d1a2d203a62985bf1;hpb=a33b37a9a3b2bf940055da99b4be217fdee1cf3e;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index a4ea064..ea055e3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 , 1988. # Sergey Poznyakoff , 2004. @@ -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) @@ -49,6 +49,7 @@ TESTSUITE_AT = \ testsuite.at\ append.at\ append01.at\ + chtype.at\ comprec.at\ delete01.at\ delete02.at\ @@ -60,14 +61,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\ @@ -77,12 +85,20 @@ TESTSUITE_AT = \ options02.at\ pipe.at\ recurse.at\ + rename01.at\ + rename02.at\ + rename03.at\ same-order01.at\ same-order02.at\ shortrec.at\ sparse01.at\ sparse02.at\ + sparse03.at\ + sparsemv.at\ + sparsemvp.at\ truncate.at\ + update.at\ + volsize.at\ volume.at\ version.at\ star/gtarfail.at\ @@ -103,11 +119,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. @@ -125,6 +144,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) -