X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2FMakefile.am;h=b8faf1c85ef85835a45f0303bf1502e95466d1bd;hb=a57ecc51aaffffad30b9610f0c6a7749ea31d540;hp=14ed47cc95af0e10ae335438045ef6fcec86458a;hpb=6c6fe16aaadfeebe08a460a8bc3076d2d5c9c308;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index 14ed47c..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) @@ -82,6 +82,9 @@ TESTSUITE_AT = \ shortrec.at\ sparse01.at\ sparse02.at\ + sparse03.at\ + truncate.at\ + update.at\ volume.at\ version.at\ star/gtarfail.at\ @@ -120,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)