X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=b8faf1c85ef85835a45f0303bf1502e95466d1bd;hb=a57ecc51aaffffad30b9610f0c6a7749ea31d540;hp=71b149ff940c7d154cd08b0bbdbc9835de98c7f2;hpb=9147c6c9f6bacc929a2423700c526e5bef1ca4e6;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index 71b149f..b8faf1c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,8 +18,8 @@ ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software -## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -## 02111-1307, USA. +## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +## 02110-1301, USA. EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 star/README star/quicktest.sh DISTCLEANFILES = atconfig $(check_SCRIPTS) @@ -79,8 +79,12 @@ TESTSUITE_AT = \ recurse.at\ same-order01.at\ same-order02.at\ + shortrec.at\ sparse01.at\ sparse02.at\ + sparse03.at\ + truncate.at\ + update.at\ volume.at\ version.at\ star/gtarfail.at\ @@ -119,10 +123,10 @@ installcheck-local: check_PROGRAMS = genfile -genfile_SOURCES = genfile.c +genfile_SOURCES = genfile.c argcv.c argcv.h localedir = $(datadir)/locale INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src -LDADD = ../lib/libtar.a $(LIBINTL) +LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)