X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=f2196ffedbe41dc55020e66194daf42a1e2794dc;hb=69abc76d132c38a0ee2c401e6991906f1c787586;hp=db1d42fe0f28a968539496c5c5b48a318936a271;hpb=931e305002a24a3ff1482b6e40fcf72418574da4;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index db1d42f..f2196ff 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -63,6 +63,7 @@ TESTSUITE_AT = \ gzip.at\ incremental.at\ incr01.at\ + incr02.at\ ignfail.at\ link01.at\ listed01.at\ @@ -84,6 +85,8 @@ TESTSUITE_AT = \ sparse01.at\ sparse02.at\ sparse03.at\ + sparsemv.at\ + sparsemvp.at\ truncate.at\ update.at\ volume.at\ @@ -106,7 +109,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) @@ -130,4 +133,3 @@ localedir = $(datadir)/locale INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME) -