Line | |
---|
1 | ## Process this file with automake to create Makefile.in
|
---|
2 |
|
---|
3 | AWK=@AWK@
|
---|
4 |
|
---|
5 | TESTS = warning.sh khadafy.sh spencer1.sh bre.sh ere.sh \
|
---|
6 | status.sh empty.sh options.sh backref.sh file.sh
|
---|
7 | EXTRA_DIST = $(TESTS) \
|
---|
8 | khadafy.lines khadafy.regexp \
|
---|
9 | spencer1.awk spencer1.tests \
|
---|
10 | bre.awk ere.awk bre.tests ere.tests
|
---|
11 | CLEANFILES = spencer1.script bre.script ere.script khadafy.out patfile
|
---|
12 | TESTS_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.
|
---|
20 | dist-hook:
|
---|
21 | cd $(distdir); for i in $(TESTS); do chmod +x $$i; done
|
---|
Note:
See
TracBrowser
for help on using the repository browser.