X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=70aa87479b5d6a1ba20bc124c277f071bdc388ac;hb=eb621c67cfdff818ac86fa2e54602fc82daf6032;hp=c71d294bba559ec43dc7e5c54b7d5b6f279373f6;hpb=163e96a0e619a900eab6de827c7c5749ecc9d3f2;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index c71d294..70aa874 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ # Makefile for GNU tar regression tests. -# Copyright 1996-1997, 1999-2001, 2003-2007, 2009, 2012-2013 Free Software +# Copyright 1996-1997, 1999-2001, 2003-2007, 2009, 2012-2015 Free Software # This file is part of GNU tar. @@ -47,6 +47,7 @@ TESTSUITE_AT = \ T-dir01.at\ T-empty.at\ T-null.at\ + T-null2.at\ T-rec.at\ T-zfile.at\ T-nonl.at\ @@ -116,6 +117,7 @@ TESTSUITE_AT = \ incr07.at\ incr08.at\ incr09.at\ + incr10.at\ indexfile.at\ ignfail.at\ iotty.at\ @@ -200,6 +202,7 @@ TESTSUITE_AT = \ sparse02.at\ sparse03.at\ sparse04.at\ + sparse05.at\ sparsemv.at\ sparsemvp.at\ spmvp00.at\ @@ -257,7 +260,7 @@ check-full: #check_SCRIPTS = tar # Run the test suite on the *installed* tree. -installcheck-local: +installcheck-local: $(check_PROGRAMS) $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=$(exec_prefix)/bin