]> Dogcows Code - chaz/tar/blob - tests/Makefile.am
Added new tests
[chaz/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 gzip.sh\
38 incremen.sh\
39 ignfail.sh\
40 listed01.sh\
41 longv7.sh\
42 multiv01.sh\
43 multiv02.sh\
44 old.sh\
45 options.sh\
46 volume.sh\
47 recurse.sh\
48 sparse01.sh\
49 star/gtarfail.sh\
50 star/gtarfail2.sh\
51 star/multi-fail.sh\
52 star/ustar-big-2g.sh\
53 star/ustar-big-8g.sh\
54 star/pax-big-10g.sh\
55 star/qucktest.sh
56
57 genfile_SOURCES = genfile.c
58 mksparse_SOURCES = mksparse.c
59 EXTRA_DIST = after before preset.in $(TESTS) star/README
60
61 localedir = $(datadir)/locale
62 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
63
64 LDADD = ../lib/libtar.a $(LIBINTL)
65
66 mostlyclean:
67 rm -rf tmp-*
68
69 $(TESTS): genfile mksparse
This page took 0.039255 seconds and 5 git commands to generate.