]> 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 = version.sh \
27 append.sh delete01.sh delete02.sh delete03.sh delete04.sh \
28 extrac01.sh extrac02.sh extrac03.sh extrac04.sh \
29 gzip.sh incremen.sh ignfail.sh listed01.sh \
30 multiv01.sh old.sh options.sh volume.sh \
31 recurse.sh \
32 star/gtarfail.sh \
33 star/gtarfail2.sh \
34 star/ustar-big-2g.sh \
35 star/ustar-big-8g.sh \
36 star/pax-big-10g.sh \
37 star/qucktest.sh
38
39 genfile_SOURCES = genfile.c
40 mksparse_SOURCES = mksparse.c
41 EXTRA_DIST = after before preset.in $(TESTS) star/README
42
43 localedir = $(datadir)/locale
44 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
45
46 LDADD = ../lib/libtar.a $(LIBINTL)
47
48 mostlyclean:
49 rm -rf tmp-*
50
51 $(TESTS): genfile mksparse
This page took 0.040336 seconds and 5 git commands to generate.