X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=ea055e3f03b06ac804b1e231a6250e20c333bf31;hb=30873dbd970c9f8e139009a7a78ba8855a46c41b;hp=2f7ea1dac5e32d1ef8fd07b010e8e35c37ebc878;hpb=b4d40436fd59cf6c309e9cc37c0a35f2c87bd735;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index 2f7ea1d..ea055e3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -49,6 +49,7 @@ TESTSUITE_AT = \ testsuite.at\ append.at\ append01.at\ + chtype.at\ comprec.at\ delete01.at\ delete02.at\ @@ -65,6 +66,7 @@ TESTSUITE_AT = \ incremental.at\ incr01.at\ incr02.at\ + incr03.at\ ignfail.at\ link01.at\ listed01.at\ @@ -83,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\ @@ -93,6 +98,7 @@ TESTSUITE_AT = \ sparsemvp.at\ truncate.at\ update.at\ + volsize.at\ volume.at\ version.at\ star/gtarfail.at\ @@ -118,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.