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