libdrizzle.am 605 B

123456789101112131415161718192021
  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-drizzle: tests/drizzle_test
  13. @tests/drizzle_test
  14. tests_drizzle_test_SOURCES= \
  15. tests/basic.cc \
  16. tests/drizzle_test.cc
  17. tests_drizzle_test_LDADD= ${CLIENT_LDADD}
  18. noinst_PROGRAMS+= tests/drizzle_test
  19. check_PROGRAMS += tests/drizzle_test