123456789101112131415161718 |
- # vim:ft=automake
- # Gearman server and library
- # Copyright (C) 2011 Data Differential, http://datadifferential.com/
- # All rights reserved.
- #
- # Use and distribution licensed under the BSD license. See
- # the COPYING file in the parent directory for full text.
- #
- # Included from Top Level Makefile.am
- # All paths should be given relative to the root
- #
- test-postgres: tests-postgres-args
- tests-postgres-args: gearmand/gearmand
- if HAVE_LIBPQ
- @gearmand/gearmand --libpq-conninfo="foo" --libpq-table="gearmand"
- endif
|