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

PATH=@abs_top_builddir@/src:$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.