X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=e44dad73a564219f2344af9dd1bc4d51d8143fc8;hb=da760e3faa9ba7afbe6167aae952743fc78ab2c4;hp=ea055e3f03b06ac804b1e231a6250e20c333bf31;hpb=c99076e925593204ae0f83f329e9e16f4961c36b;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index ea055e3..e44dad7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,14 +1,14 @@ # Makefile for GNU tar regression tests. # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006 Free Software Foundation, Inc. +# 2006, 2007, 2009 Free Software Foundation, Inc. # François Pinard , 1988. # Sergey Poznyakoff , 2004. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either version 2, or (at your option) +## the Free Software Foundation; either version 3, or (at your option) ## any later version. ## This program is distributed in the hope that it will be useful, @@ -46,9 +46,12 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac ## ------------ ## TESTSUITE_AT = \ + T-empty.at\ + T-null.at\ testsuite.at\ append.at\ append01.at\ + append02.at\ chtype.at\ comprec.at\ delete01.at\ @@ -56,17 +59,22 @@ TESTSUITE_AT = \ delete03.at\ delete04.at\ delete05.at\ + exclude.at\ extrac01.at\ extrac02.at\ extrac03.at\ extrac04.at\ extrac05.at\ extrac06.at\ + extrac07.at\ gzip.at\ + grow.at\ incremental.at\ incr01.at\ incr02.at\ incr03.at\ + incr04.at\ + indexfile.at\ ignfail.at\ link01.at\ listed01.at\ @@ -80,6 +88,8 @@ TESTSUITE_AT = \ multiv02.at\ multiv03.at\ multiv04.at\ + multiv05.at\ + multiv06.at\ old.at\ options.at\ options02.at\ @@ -88,18 +98,26 @@ TESTSUITE_AT = \ rename01.at\ rename02.at\ rename03.at\ + rename04.at\ + rename05.at\ same-order01.at\ same-order02.at\ + shortfile.at\ + shortupd.at\ shortrec.at\ sparse01.at\ sparse02.at\ sparse03.at\ sparsemv.at\ sparsemvp.at\ + spmvp00.at\ + spmvp01.at\ + spmvp10.at\ truncate.at\ update.at\ volsize.at\ volume.at\ + verbose.at\ version.at\ star/gtarfail.at\ star/gtarfail2.at\ @@ -122,7 +140,7 @@ clean-local: test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean check-local: atconfig atlocal $(TESTSUITE) - $(SHELL) $(TESTSUITE) + $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) check-full: FULL_TEST=1 $(MAKE) check @@ -131,7 +149,7 @@ check-full: # Run the test suite on the *installed* tree. installcheck-local: - $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin + $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=$(exec_prefix)/bin ## ------------ ## @@ -143,6 +161,6 @@ check_PROGRAMS = genfile genfile_SOURCES = genfile.c argcv.c argcv.h localedir = $(datadir)/locale -INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir)/gnu -I../gnu -I$(top_srcdir)/gnu -I$(top_srcdir)/lib AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME) +LDADD = ../gnu/libgnu.a $(LIBINTL) $(LIB_CLOCK_GETTIME)