]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
Update
[chaz/tar] / tests / Makefile.am
index 8d4694ca93437aa7a66341d9dad95a2eaf43952d..ea055e3f03b06ac804b1e231a6250e20c333bf31 100644 (file)
@@ -49,6 +49,7 @@ TESTSUITE_AT = \
  testsuite.at\
  append.at\
  append01.at\
+ chtype.at\
  comprec.at\
  delete01.at\
  delete02.at\
@@ -60,10 +61,12 @@ TESTSUITE_AT = \
  extrac03.at\
  extrac04.at\
  extrac05.at\
+ extrac06.at\
  gzip.at\
  incremental.at\
  incr01.at\
  incr02.at\
+ incr03.at\
  ignfail.at\
  link01.at\
  listed01.at\
@@ -82,6 +85,9 @@ TESTSUITE_AT = \
  options02.at\
  pipe.at\
  recurse.at\
+ rename01.at\
+ rename02.at\
+ rename03.at\
  same-order01.at\
  same-order02.at\
  shortrec.at\
@@ -92,6 +98,7 @@ TESTSUITE_AT = \
  sparsemvp.at\
  truncate.at\
  update.at\
+ volsize.at\
  volume.at\
  version.at\
  star/gtarfail.at\
@@ -117,6 +124,9 @@ clean-local:
 check-local: atconfig atlocal $(TESTSUITE)
        $(SHELL) $(TESTSUITE)
 
+check-full:
+       FULL_TEST=1 $(MAKE) check
+
 #check_SCRIPTS = tar
 
 # Run the test suite on the *installed* tree.
@@ -134,5 +144,5 @@ genfile_SOURCES = genfile.c argcv.c argcv.h
 
 localedir = $(datadir)/locale
 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
-
+AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
 LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)
This page took 0.022143 seconds and 4 git commands to generate.