source: trunk/grep/tests/Makefile.am@ 2912

Last change on this file since 2912 was 2557, checked in by bird, 20 years ago

grep 2.5.1a

File size: 671 bytes
Line 
1## Process this file with automake to create Makefile.in
2
3AWK=@AWK@
4
5TESTS = warning.sh khadafy.sh spencer1.sh bre.sh ere.sh \
6 status.sh empty.sh options.sh backref.sh file.sh
7EXTRA_DIST = $(TESTS) \
8 khadafy.lines khadafy.regexp \
9 spencer1.awk spencer1.tests \
10 bre.awk ere.awk bre.tests ere.tests
11CLEANFILES = spencer1.script bre.script ere.script khadafy.out patfile
12TESTS_ENVIRONMENT = \
13 AWK=$(AWK) \
14 GREP=$(top_builddir)/src/grep \
15 GREP_OPTIONS='' \
16 LC_ALL=C
17
18# the *.sh when checkout does not have the right permission
19# make sure everyting is ok.
20dist-hook:
21 cd $(distdir); for i in $(TESTS); do chmod +x $$i; done
Note: See TracBrowser for help on using the repository browser.