aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/atlocal.in
blob: 47137bb9915bf6b3a0cfb9c9c161ef82fda060be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
host=@host@

# `tests` is after `src`, so the target SciTECO is already
# built.
# Using the $BOOTSTRAP_SCITECO wouldn't make sense
# anyway as we don't want to test some preinstalled SciTECO.
SCITECO=@abs_top_builddir@/src/sciteco

# Make sure that the standard library from the source package
# is used.
SCITECOPATH=@abs_top_srcdir@/lib

# Glib debug options
G_SLICE=debug-blocks
G_ENABLE_DIAGNOSTIC=1

# For the Unicode tests - makes sure that UTF-8 characters
# are accepted on command lines.
LC_ALL=C.UTF-8