X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=d29563a897afb997f26f8a2e1cf71c4512d36f32;hb=9447e799ab5faa6e8be43de4000e1061e0879242;hp=64b173010ef3b539b89ccbdca5838a5f9b7e9c7a;hpb=755c246588092d0b281cb610a8371c2c9b32de59;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index 64b1730..d29563a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ # Makefile for GNU tar regression tests. -# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, +# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2009 Free Software Foundation, Inc. # François Pinard , 1988. @@ -61,6 +61,12 @@ TESTSUITE_AT = \ delete04.at\ delete05.at\ exclude.at\ + exclude01.at\ + exclude02.at\ + exclude03.at\ + exclude04.at\ + exclude05.at\ + exclude06.at\ extrac01.at\ extrac02.at\ extrac03.at\ @@ -69,6 +75,15 @@ TESTSUITE_AT = \ extrac06.at\ extrac07.at\ extrac08.at\ + extrac09.at\ + extrac10.at\ + extrac11.at\ + extrac12.at\ + extrac13.at\ + extrac14.at\ + extrac15.at\ + filerem01.at\ + filerem02.at\ gzip.at\ grow.at\ incremental.at\ @@ -76,13 +91,22 @@ TESTSUITE_AT = \ incr02.at\ incr03.at\ incr04.at\ + incr05.at\ + incr06.at\ indexfile.at\ ignfail.at\ + label01.at\ + label02.at\ + label03.at\ + label04.at\ + label05.at\ link01.at\ link02.at\ link03.at\ + link04.at\ listed01.at\ listed02.at\ + listed03.at\ long01.at\ longv7.at\ lustar01.at\ @@ -94,6 +118,8 @@ TESTSUITE_AT = \ multiv04.at\ multiv05.at\ multiv06.at\ + multiv07.at\ + multiv08.at\ old.at\ options.at\ options02.at\ @@ -104,11 +130,15 @@ TESTSUITE_AT = \ rename03.at\ rename04.at\ rename05.at\ + remfiles01.at\ + remfiles02.at\ + remfiles03.at\ same-order01.at\ same-order02.at\ shortfile.at\ shortupd.at\ shortrec.at\ + sigpipe.at\ sparse01.at\ sparse02.at\ sparse03.at\ @@ -119,11 +149,14 @@ TESTSUITE_AT = \ spmvp10.at\ truncate.at\ update.at\ + update01.at\ + update02.at\ volsize.at\ volume.at\ verbose.at\ version.at\ xform-h.at\ + xform01.at\ star/gtarfail.at\ star/gtarfail2.at\ star/multi-fail.at\ @@ -168,4 +201,4 @@ genfile_SOURCES = genfile.c argcv.c argcv.h localedir = $(datadir)/locale INCLUDES = -I$(top_srcdir)/gnu -I../gnu -I$(top_srcdir)/gnu -I$(top_srcdir)/lib AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -LDADD = ../gnu/libgnu.a $(LIBINTL) $(LIB_CLOCK_GETTIME) +LDADD = ../gnu/libgnu.a $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)