]> Dogcows Code - chaz/tar/blob - tests/Makefile.am
Updated
[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 same-order01.sh\
47 same-order02.sh\
48 volume.sh\
49 recurse.sh\
50 sparse01.sh\
51 star/gtarfail.sh\
52 star/gtarfail2.sh\
53 star/multi-fail.sh\
54 star/ustar-big-2g.sh\
55 star/ustar-big-8g.sh\
56 star/pax-big-10g.sh\
57 star/qucktest.sh
58
59 genfile_SOURCES = genfile.c
60 mksparse_SOURCES = mksparse.c
61 EXTRA_DIST = after before preset.in $(TESTS) star/README
62
63 localedir = $(datadir)/locale
64 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
65
66 LDADD = ../lib/libtar.a $(LIBINTL)
67
68 mostlyclean:
69 rm -rf tmp-*
70
71 $(TESTS): genfile mksparse
This page took 0.043503 seconds and 5 git commands to generate.