aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
new file mode 100644
index 0000000..553dae3
--- /dev/null
+++ b/tests/atlocal.in
@@ -0,0 +1,10 @@
1# @configure_input@ -*- shell-script -*-
2# Configurable variable values for Grecs test suite.
3# Copyright (C) 2011 Sergey Poznyakoff
4
5PATH=@abs_builddir@:$PATH
6
7XFAILFILE=$abs_builddir/.badversion
8
9trap "cleanup; test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15
10

Return to:

Send suggestions and report system problems to the System administrator.