aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
blob: 236f4c34ebfc1e4b9bd5d7b0962a2ed35221c74e (plain)
1
2
3
4
5
6
7
8
9
10
# @configure_input@                                     -*- shell-script -*-
# Configurable variable values for Cfpeek 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.