tests: Convert GET DATA /TYPE=PSQL tests to use Autotest.
[pspp-builds.git] / tests / atlocal.in
index 0a758a20e88ac6c2fe94f45246823912f40c8ddb..7bd713cdd2be0654985e24d884aed77241a6ef86 100644 (file)
@@ -7,3 +7,11 @@ host='@host@'
 GNM_SUPPORT='@GNM_SUPPORT@'
 GZIP=
 export GZIP
+
+PSQL_SUPPORT='@PSQL_SUPPORT@'
+if test "$PSQL_SUPPORT" = yes; then
+    : ${PG_CONFIG:='@PG_CONFIG@'}
+    : ${PG_DBASE:=pspptest}
+    : ${PG_PORT:=6543}
+    : ${PG_PATH:=`$PG_CONFIG --bindir`}
+fi