]> Dogcows Code - chaz/tar/commitdiff
(TESTSUITE_AT): Add chtype.at, volsize.at
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 13 May 2006 11:58:16 +0000 (11:58 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 13 May 2006 11:58:16 +0000 (11:58 +0000)
(check-full): New target

tests/Makefile.am

index 338570c8a55105735591d77499efd97983759176..ea055e3f03b06ac804b1e231a6250e20c333bf31 100644 (file)
@@ -49,6 +49,7 @@ TESTSUITE_AT = \
  testsuite.at\
  append.at\
  append01.at\
+ chtype.at\
  comprec.at\
  delete01.at\
  delete02.at\
@@ -97,6 +98,7 @@ TESTSUITE_AT = \
  sparsemvp.at\
  truncate.at\
  update.at\
+ volsize.at\
  volume.at\
  version.at\
  star/gtarfail.at\
@@ -122,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.
This page took 0.02006 seconds and 4 git commands to generate.