]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
(lustar01.at,lustar02.at,lustar03.at): New tests.
[chaz/tar] / tests / Makefile.am
index d976a075c1cf2ca70897c327df504faea1b7898d..65994967227662b9a0d06a935e4787b3eef59538 100644 (file)
@@ -18,8 +18,8 @@
 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-## 02111-1307, USA.
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
 
 EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 star/README star/quicktest.sh
 DISTCLEANFILES       = atconfig $(check_SCRIPTS)
@@ -62,15 +62,21 @@ 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\
+ multiv04.at\
  old.at\
  options.at\
  options02.at\
@@ -78,8 +84,14 @@ TESTSUITE_AT = \
  recurse.at\
  same-order01.at\
  same-order02.at\
+ shortrec.at\
  sparse01.at\
  sparse02.at\
+ sparse03.at\
+ sparsemv.at\
+ sparsemvp.at\
+ truncate.at\
+ update.at\
  volume.at\
  version.at\
  star/gtarfail.at\
@@ -100,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)
@@ -118,10 +130,9 @@ installcheck-local:
 
 check_PROGRAMS = genfile
 
-genfile_SOURCES = genfile.c
+genfile_SOURCES = genfile.c argcv.c argcv.h
 
 localedir = $(datadir)/locale
 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
 
-LDADD = ../lib/libtar.a $(LIBINTL)
-
+LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)
This page took 0.026544 seconds and 4 git commands to generate.