]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
(xhdr_tab): Support for new GNU keywords.
[chaz/tar] / tests / Makefile.am
index b8faf1c85ef85835a45f0303bf1502e95466d1bd..b9f1c027f439d511e398f127c494e78af5efa2c6 100644 (file)
@@ -62,6 +62,7 @@ TESTSUITE_AT = \
  extrac05.at\
  gzip.at\
  incremental.at\
+ incr01.at\
  ignfail.at\
  link01.at\
  listed01.at\
@@ -105,7 +106,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)
@@ -129,4 +130,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.023117 seconds and 4 git commands to generate.