tokyocabinet.am 758 B

1234567891011121314151617181920212223242526
  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_tokyocabinet_SOURCES=
  13. t_tokyocabinet_LDADD=
  14. t_tokyocabinet_LDADD+= $(CLIENT_LDADD)
  15. t_tokyocabinet_SOURCES+= tests/tokyocabinet_test.cc
  16. t_tokyocabinet_SOURCES+= tests/basic.cc
  17. check_PROGRAMS+= t/tokyocabinet
  18. noinst_PROGRAMS+= t/tokyocabinet
  19. test-tokyocabinet: t/tokyocabinet gearmand/gearmand
  20. @t/tokyocabinet
  21. valgrind-tokyocabinet: t/tokyocabinet gearmand/gearmand
  22. @$(VALGRIND_COMMAND) t/tokyocabinet