]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
Add incr02.at
[chaz/tar] / tests / Makefile.am
index 3890b37833ea025255b5d7ca5d666647ea3e55b0..f2196ffedbe41dc55020e66194daf42a1e2794dc 100644 (file)
@@ -62,6 +62,8 @@ TESTSUITE_AT = \
  extrac05.at\
  gzip.at\
  incremental.at\
+ incr01.at\
+ incr02.at\
  ignfail.at\
  link01.at\
  listed01.at\
@@ -82,7 +84,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 +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)
@@ -127,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)
-
This page took 0.023761 seconds and 4 git commands to generate.