aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
blob: 6be26b998fa914c2fb6d1161cf42c6a998459beb (plain)
1
2
3
4
5
6
7
8
9
10
# @configure_input@                                     -*- shell-script -*-
# Configurable variable values for Grecs test suite.
# Copyright (C) 2011-2022 Sergey Poznyakoff

PATH=@abs_builddir@:$PATH

XFAILFILE=$abs_builddir/.badversion

trap "cleanup; test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15

Return to:

Send suggestions and report system problems to the System administrator.