aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
blob: 69fec750b24be22ff048cd5a18cdee534beb4e20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# @configure_input@                                     -*- shell-script -*-
# Configurable variable values for GNU test test suite.

PATH=@abs_builddir@:@abs_top_builddir@/src:$top_srcdir:$srcdir:$PATH
CFLOWDIR=@abs_srcdir@
#EXAMPLES=@abs_top_srcdir@/examples
CFLOW_OPTIONS=
export CFLOW_OPTIONS
CFLOWRC=/dev/null
export CFLOWRC
# On some systems unsetting undefined variable produces an error, so
# make sure it is defined.
POSIXLY_CORRECT=0
unset POSIXLY_CORRECT

Return to:

Send suggestions and report system problems to the System administrator.