X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=70aa87479b5d6a1ba20bc124c277f071bdc388ac;hb=HEAD;hp=4a7970ec3f937371f5093d5c4b3d924d0b26d8a7;hpb=085cace1805308589c6211429068f68047be0b0e;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index 4a7970e..70aa874 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,25 +1,21 @@ # Makefile for GNU tar regression tests. -# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2009, 2012 Free Software Foundation, Inc. +# Copyright 1996-1997, 1999-2001, 2003-2007, 2009, 2012-2015 Free Software -# François Pinard , 1988. -# Sergey Poznyakoff , 2004. +# This file is part of GNU tar. -## 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 3, or (at your option) -## any later version. +# GNU tar 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 3 of the License, or +# (at your option) any later version. -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. +# GNU tar is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. -## 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., 51 Franklin Street, Fifth Floor, Boston, MA -## 02110-1301, USA. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 star/README star/quicktest.sh DISTCLEANFILES = atconfig $(check_SCRIPTS) @@ -46,13 +42,23 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac ## ------------ ## TESTSUITE_AT = \ + T-cd.at\ + T-dir00.at\ + T-dir01.at\ T-empty.at\ T-null.at\ + T-null2.at\ + T-rec.at\ + T-zfile.at\ + T-nonl.at\ + T-mult.at\ + T-nest.at\ testsuite.at\ append.at\ append01.at\ append02.at\ append03.at\ + append04.at\ backup01.at\ chtype.at\ comprec.at\ @@ -69,6 +75,15 @@ TESTSUITE_AT = \ exclude05.at\ exclude06.at\ exclude07.at\ + exclude08.at\ + exclude09.at\ + exclude10.at\ + exclude11.at\ + exclude12.at\ + exclude13.at\ + exclude14.at\ + exclude15.at\ + exclude16.at\ extrac01.at\ extrac02.at\ extrac03.at\ @@ -99,8 +114,13 @@ TESTSUITE_AT = \ incr04.at\ incr05.at\ incr06.at\ + incr07.at\ + incr08.at\ + incr09.at\ + incr10.at\ indexfile.at\ ignfail.at\ + iotty.at\ label01.at\ label02.at\ label03.at\ @@ -129,11 +149,22 @@ TESTSUITE_AT = \ multiv07.at\ multiv08.at\ old.at\ + onetop01.at\ + onetop02.at\ + onetop03.at\ + onetop04.at\ + opcomp01.at\ + opcomp02.at\ + opcomp03.at\ + opcomp04.at\ + opcomp05.at\ + opcomp06.at\ options.at\ options02.at\ owner.at\ pipe.at\ recurse.at\ + recurs02.at\ rename01.at\ rename02.at\ rename03.at\ @@ -142,6 +173,25 @@ TESTSUITE_AT = \ remfiles01.at\ remfiles02.at\ remfiles03.at\ + remfiles04a.at\ + remfiles04b.at\ + remfiles04c.at\ + remfiles05a.at\ + remfiles05b.at\ + remfiles05c.at\ + remfiles06a.at\ + remfiles06b.at\ + remfiles06c.at\ + remfiles07a.at\ + remfiles07b.at\ + remfiles07c.at\ + remfiles08a.at\ + remfiles08b.at\ + remfiles08c.at\ + remfiles09a.at\ + remfiles09b.at\ + remfiles09c.at\ + remfiles10.at\ same-order01.at\ same-order02.at\ shortfile.at\ @@ -152,11 +202,13 @@ TESTSUITE_AT = \ sparse02.at\ sparse03.at\ sparse04.at\ + sparse05.at\ sparsemv.at\ sparsemvp.at\ spmvp00.at\ spmvp01.at\ spmvp10.at\ + time01.at\ truncate.at\ update.at\ update01.at\ @@ -178,8 +230,10 @@ TESTSUITE_AT = \ xattr02.at\ xattr03.at\ xattr04.at\ + xattr05.at\ acls01.at\ acls02.at\ + acls03.at\ selnx01.at\ selacl01.at\ capabs_raw01.at @@ -206,7 +260,7 @@ check-full: #check_SCRIPTS = tar # Run the test suite on the *installed* tree. -installcheck-local: +installcheck-local: $(check_PROGRAMS) $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=$(exec_prefix)/bin @@ -216,9 +270,20 @@ installcheck-local: check_PROGRAMS = genfile +if TAR_COND_GRANTPT +check_PROGRAMS += ttyemu +endif + genfile_SOURCES = genfile.c argcv.c argcv.h +ttyemu_SOURCES = ttyemu.c + localedir = $(datadir)/locale -INCLUDES = -I$(top_srcdir)/gnu -I../gnu -I$(top_srcdir)/gnu -I$(top_srcdir)/lib -AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" +AM_CPPFLAGS = \ + -I$(top_srcdir)/gnu\ + -I../gnu\ + -I$(top_srcdir)/gnu\ + -I$(top_srcdir)/lib\ + -DLOCALEDIR=\"$(localedir)\" + LDADD = ../gnu/libgnu.a $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)