X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=7b1e226d48f4a9d2cb403f9bfc9146ec26a77ca8;hb=a7fc5ecead36cb503ee98516d1be206b104d0e32;hp=006a6941935c5d23ffb31830426bd7917b78e3dd;hpb=cac45fffc58cc10056c528582ee4b78b8ee175e0;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index 006a694..7b1e226 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. @@ -52,6 +52,7 @@ TESTSUITE_AT = \ append.at\ append01.at\ append02.at\ + append03.at\ backup01.at\ chtype.at\ comprec.at\ @@ -66,6 +67,7 @@ TESTSUITE_AT = \ exclude03.at\ exclude04.at\ exclude05.at\ + exclude06.at\ extrac01.at\ extrac02.at\ extrac03.at\ @@ -74,6 +76,15 @@ TESTSUITE_AT = \ extrac06.at\ extrac07.at\ extrac08.at\ + extrac09.at\ + extrac10.at\ + extrac11.at\ + extrac12.at\ + extrac13.at\ + extrac14.at\ + extrac15.at\ + extrac16.at\ + extrac17.at\ filerem01.at\ filerem02.at\ gzip.at\ @@ -87,11 +98,19 @@ TESTSUITE_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\ + listed04.at\ long01.at\ longv7.at\ lustar01.at\ @@ -103,6 +122,8 @@ TESTSUITE_AT = \ multiv04.at\ multiv05.at\ multiv06.at\ + multiv07.at\ + multiv08.at\ old.at\ options.at\ options02.at\ @@ -115,11 +136,13 @@ TESTSUITE_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\ @@ -135,8 +158,10 @@ TESTSUITE_AT = \ volsize.at\ volume.at\ verbose.at\ + verify.at\ version.at\ xform-h.at\ + xform01.at\ star/gtarfail.at\ star/gtarfail2.at\ star/multi-fail.at\ @@ -181,4 +206,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)