postgres.am 514 B

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