tests: Only attempt to run PostgreSQL tests if the server is installed.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 15 Nov 2010 05:42:34 +0000 (21:42 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 15 Nov 2010 05:42:34 +0000 (21:42 -0800)
commit0377713833f0de237dc421c2f25215907a5906e4
tree71c2fb35e97b03427d2b9f2410a89e4ae3e8f358
parentea4e85eb59a767939a9c1dd2f84cdda707251443
tests: Only attempt to run PostgreSQL tests if the server is installed.

PSQL_SUPPORT only indicates that PSPP was compiled against the PostgreSQL
client library, but the test also requires the PostgreSQL server and
utilities to be installed, so skip the test if they are not.
tests/atlocal.in