X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=bb5ed5136407984b0f0d962a83dd4a9a8a100753;hb=ab8711413cb411678d910332b6d36cae9275dbd5;hp=65994967227662b9a0d06a935e4787b3eef59538;hpb=9fdd5baa0c0d475979613d970a33d793464b6b9e;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index 6599496..bb5ed51 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. @@ -49,6 +49,8 @@ TESTSUITE_AT = \ testsuite.at\ append.at\ append01.at\ + append02.at\ + chtype.at\ comprec.at\ delete01.at\ delete02.at\ @@ -60,10 +62,14 @@ TESTSUITE_AT = \ extrac03.at\ extrac04.at\ extrac05.at\ + extrac06.at\ gzip.at\ incremental.at\ incr01.at\ incr02.at\ + incr03.at\ + incr04.at\ + indexfile.at\ ignfail.at\ link01.at\ listed01.at\ @@ -82,6 +88,9 @@ TESTSUITE_AT = \ options02.at\ pipe.at\ recurse.at\ + rename01.at\ + rename02.at\ + rename03.at\ same-order01.at\ same-order02.at\ shortrec.at\ @@ -90,8 +99,12 @@ TESTSUITE_AT = \ sparse03.at\ sparsemv.at\ sparsemvp.at\ + spmvp00.at\ + spmvp01.at\ + spmvp10.at\ truncate.at\ update.at\ + volsize.at\ volume.at\ version.at\ star/gtarfail.at\ @@ -117,6 +130,9 @@ clean-local: 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. @@ -134,5 +150,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)