postgres.am 799 B

1234567891011121314151617181920212223242526272829303132
  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. t_postgres_SOURCES=
  13. t_postgres_CXXFLAGS=
  14. t_postgres_LDADD=
  15. t_postgres_SOURCES+= tests/basic.cc
  16. t_postgres_SOURCES+= tests/postgres_test.cc
  17. t_postgres_LDADD+= ${CLIENT_LDADD}
  18. check_PROGRAMS += t/postgres
  19. noinst_PROGRAMS += t/postgres
  20. test-postgres: t/postgres gearmand/gearmand
  21. @t/postgres
  22. gdb-postgres: t/postgres gearmand/gearmand
  23. @$(GDB_COMMAND) t/postgres
  24. valgrind-postgres: t/postgres gearmand/gearmand
  25. @$(VALGRIND_COMMAND) t/postgres