aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
blob: a2b8bf524ea9f5bacafbd24b7e057b0dbb7f9182 (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 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.