]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
Add rpmatch
[chaz/tar] / tests / Makefile.am
index db1d42fe0f28a968539496c5c5b48a318936a271..15454ae6ece2dbebe6f9034b9ba3a2215721a4b0 100644 (file)
@@ -84,6 +84,8 @@ TESTSUITE_AT = \
  sparse01.at\
  sparse02.at\
  sparse03.at\
+ sparsemv.at\
+ sparsemvp.at\
  truncate.at\
  update.at\
  volume.at\
@@ -106,7 +108,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 +132,3 @@ localedir = $(datadir)/locale
 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
 
 LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)
-
This page took 0.022502 seconds and 4 git commands to generate.