X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=004814dfe6c4a990bbde5db24ac366a7e8cc72fb;hb=f9bd340c1bdcb47ce99e33bc995ef28de5f6d2eb;hp=f2196ffedbe41dc55020e66194daf42a1e2794dc;hpb=c040cabb982904272e640d8da9d8583c8016cc6d;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index f2196ff..004814d 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,7 @@ TESTSUITE_AT = \ testsuite.at\ append.at\ append01.at\ + chtype.at\ comprec.at\ delete01.at\ delete02.at\ @@ -60,16 +61,22 @@ TESTSUITE_AT = \ extrac03.at\ extrac04.at\ extrac05.at\ + extrac06.at\ gzip.at\ incremental.at\ incr01.at\ incr02.at\ + incr03.at\ + incr04.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 +86,9 @@ TESTSUITE_AT = \ options02.at\ pipe.at\ recurse.at\ + rename01.at\ + rename02.at\ + rename03.at\ same-order01.at\ same-order02.at\ shortrec.at\ @@ -89,6 +99,7 @@ TESTSUITE_AT = \ sparsemvp.at\ truncate.at\ update.at\ + volsize.at\ volume.at\ version.at\ star/gtarfail.at\ @@ -114,6 +125,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. @@ -131,5 +145,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)