X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=0e22bdf178c3d542f7a0848494d2536ba7142fb0;hb=acd833fb9815a8fe1c2bb9b90203e008a62ee374;hp=d339bc23857d00c33decbae20e0ce1ba082b5448;hpb=bde442ba151b127ab8b18b7f647af226ac907bdd;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index d339bc2..0e22bdf 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, 2005, -# 2006, 2007 Free Software Foundation, Inc. +# 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, @@ -52,6 +52,7 @@ TESTSUITE_AT = \ append.at\ append01.at\ append02.at\ + backup01.at\ chtype.at\ comprec.at\ delete01.at\ @@ -67,6 +68,9 @@ TESTSUITE_AT = \ extrac05.at\ extrac06.at\ extrac07.at\ + extrac08.at\ + filerem01.at\ + filerem02.at\ gzip.at\ grow.at\ incremental.at\ @@ -74,9 +78,13 @@ TESTSUITE_AT = \ incr02.at\ incr03.at\ incr04.at\ + incr05.at\ + incr06.at\ indexfile.at\ ignfail.at\ link01.at\ + link02.at\ + link03.at\ listed01.at\ listed02.at\ long01.at\ @@ -89,6 +97,7 @@ TESTSUITE_AT = \ multiv03.at\ multiv04.at\ multiv05.at\ + multiv06.at\ old.at\ options.at\ options02.at\ @@ -97,8 +106,12 @@ TESTSUITE_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\ @@ -114,6 +127,7 @@ TESTSUITE_AT = \ volume.at\ verbose.at\ version.at\ + xform-h.at\ star/gtarfail.at\ star/gtarfail2.at\ star/multi-fail.at\ @@ -135,7 +149,7 @@ clean-local: test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean check-local: atconfig atlocal $(TESTSUITE) - $(SHELL) $(TESTSUITE) + $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) check-full: FULL_TEST=1 $(MAKE) check @@ -144,7 +158,7 @@ check-full: # Run the test suite on the *installed* tree. installcheck-local: - $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin + $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=$(exec_prefix)/bin ## ------------ ## @@ -156,6 +170,6 @@ check_PROGRAMS = genfile genfile_SOURCES = genfile.c argcv.c argcv.h localedir = $(datadir)/locale -INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir)/gnu -I../gnu -I$(top_srcdir)/gnu -I$(top_srcdir)/lib AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME) +LDADD = ../gnu/libgnu.a $(LIBINTL) $(LIB_CLOCK_GETTIME)