X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=004814dfe6c4a990bbde5db24ac366a7e8cc72fb;hb=bb6f7077810acdfc483400a784dcae233a3fc159;hp=338570c8a55105735591d77499efd97983759176;hpb=fd89d5a3cdebd2f66afbd10798e1219d0608c3ef;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index 338570c..004814d 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\ @@ -66,6 +67,7 @@ TESTSUITE_AT = \ incr01.at\ incr02.at\ incr03.at\ + incr04.at\ ignfail.at\ link01.at\ listed01.at\ @@ -97,6 +99,7 @@ TESTSUITE_AT = \ sparsemvp.at\ truncate.at\ update.at\ + volsize.at\ volume.at\ version.at\ star/gtarfail.at\ @@ -122,6 +125,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.