3 # PSPP - a program for statistical analysis.
4 # Copyright (C) 2017 Free Software Foundation, Inc.
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
21 # Variables used internally by the testsuite.
27 WITH_PERL_MODULE='@WITH_PERL_MODULE@'
29 PACKAGE_STRING='@PACKAGE_STRING@'
30 PACKAGE_BUGREPORT='@PACKAGE_BUGREPORT@'
33 if echo | $XMLLINT - >/dev/null 2>&1; then
39 PSQL_SUPPORT='@PSQL_SUPPORT@'
40 if test "$PSQL_SUPPORT" = yes; then
41 : ${PG_CONFIG:='@PG_CONFIG@'}
42 : ${PG_DBASE:=pspptest}
44 : ${PG_PATH:=`$PG_CONFIG --bindir`}
46 # PSQL_SUPPORT indicates that PSPP was built against the PostgreSQL client
47 # library, but it does not mean that the PostgreSQL utilities are
48 # installed. So check for them and turn off PSQL_SUPPORT if they are not
50 if (PATH=$PG_PATH:$PATH; export PATH; initdb --version) >/dev/null 2>&1
58 # Variables used by programs invoked by the testsuite.
59 CHARSETALIASDIR="$abs_top_builddir/gl"
60 export CHARSETALIASDIR
65 WINEPREFIX=$HOME/.wine # Work around the following kludge to keep wine happy
68 # Make PSPP ignore $HOME/.pspprc.
69 alias pspp='pspp --no-statrc'
71 # Avoids error messages during tests if $TERM is set to an unknown terminal.
74 pspp_diff=`command -v diff`
75 if test X"$RUNNER" = Xwine; then
82 *-*-mingw*) MINGW=: ;;
86 # Enable leak suppressions for Address Sanitizer/Leak Sanitizer.
87 LSAN_OPTIONS="suppressions=$abs_top_srcdir/tests/lsan.supp print_suppressions=0"
90 # Avoid complaints if the system doesn't have a configured paper size.