aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
blob: e82fc9ff4bd074a1ee42a5a72dc26efe111db3e9 (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-2012, 2015 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.