3b7494eb496aa540ced1499eb969880b757b711b
[debian/tar] / tests / Makefile.am
1 # Makefile for GNU tar regression tests.
2
3 # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003 Free Software
4 # Foundation, Inc.
5
6 # François Pinard <pinard@iro.umontreal.ca>, 1988.
7
8 ## This program is free software; you can redistribute it and/or modify
9 ## it under the terms of the GNU General Public License as published by
10 ## the Free Software Foundation; either version 2, or (at your option)
11 ## any later version.
12
13 ## This program is distributed in the hope that it will be useful,
14 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 ## GNU General Public License for more details.
17
18 ## You should have received a copy of the GNU General Public License
19 ## along with this program; if not, write to the Free Software
20 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
21 ## 02111-1307, USA.
22
23 check_PROGRAMS = genfile mksparse
24 BUILT_SOURCES = preset
25
26 TESTS = \
27  version.sh\
28  append.sh\
29  delete01.sh\
30  delete02.sh\
31  delete03.sh\
32  delete04.sh\
33  extrac01.sh\
34  extrac02.sh\
35  extrac03.sh\
36  extrac04.sh\
37  extrac05.sh\
38  gzip.sh\
39  incremen.sh\
40  ignfail.sh\
41  link01.sh\
42  listed01.sh\
43  listed02.sh\
44  longv7.sh\
45  multiv01.sh\
46  multiv02.sh\
47  multiv03.sh\
48  old.sh\
49  options.sh\
50  same-order01.sh\
51  same-order02.sh\
52  volume.sh\
53  recurse.sh\
54  sparse01.sh\
55  star/gtarfail.sh\
56  star/gtarfail2.sh\
57  star/multi-fail.sh\
58  star/ustar-big-2g.sh\
59  star/ustar-big-8g.sh\
60  star/pax-big-10g.sh\
61  star/qucktest.sh 
62
63 genfile_SOURCES = genfile.c
64 mksparse_SOURCES = mksparse.c
65 EXTRA_DIST = after before preset.in $(TESTS) star/README
66
67 localedir = $(datadir)/locale
68 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
69
70 LDADD = ../lib/libtar.a $(LIBINTL)
71
72 mostlyclean:
73         rm -rf tmp-*
74
75 $(TESTS): genfile mksparse