X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=8d4694ca93437aa7a66341d9dad95a2eaf43952d;hb=631de61428b8b840f3f87022de661f5468576bde;hp=e86f3f807c86c23a9e2397c80c65d7253077896b;hpb=3fe8fc3ef9672b2741060d31f311e22da837ec41;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index e86f3f8..8d4694c 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. @@ -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,6 +87,9 @@ TESTSUITE_AT = \ shortrec.at\ sparse01.at\ sparse02.at\ + sparse03.at\ + sparsemv.at\ + sparsemvp.at\ truncate.at\ update.at\ volume.at\ @@ -104,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) @@ -128,4 +136,3 @@ localedir = $(datadir)/locale INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME) -