X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=28479be4dff0cb746b8feebd97fc871361d98840;hb=e0b3fc61e1698743c8e0588518320f96ca5c7562;hp=a4ea064be0738032f0066b3d1a2d203a62985bf1;hpb=a33b37a9a3b2bf940055da99b4be217fdee1cf3e;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index a4ea064..28479be 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) @@ -62,12 +62,17 @@ TESTSUITE_AT = \ extrac05.at\ gzip.at\ incremental.at\ + incr01.at\ + incr02.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\ @@ -82,7 +87,11 @@ TESTSUITE_AT = \ shortrec.at\ sparse01.at\ sparse02.at\ + sparse03.at\ + sparsemv.at\ + sparsemvp.at\ truncate.at\ + update.at\ volume.at\ version.at\ star/gtarfail.at\ @@ -103,7 +112,7 @@ 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) @@ -125,6 +134,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) -