tokyocabinet.am 798 B

1234567891011121314151617181920212223
  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_tokyocabinet_test_DEPENDENCIES= $(CLIENT_LDADD)
  13. tests_tokyocabinet_test_LDADD= $(tests_tokyocabinet_test_DEPENDENCIES)
  14. tests_tokyocabinet_test_SOURCES= tests/tokyocabinet_test.cc tests/basic.cc
  15. check_PROGRAMS+= tests/tokyocabinet_test
  16. noinst_PROGRAMS+= tests/tokyocabinet_test
  17. test-tokyocabinet: tests/tokyocabinet_test
  18. @tests/tokyocabinet_test
  19. valgrind-tokyocabinet: tests/tokyocabinet_test
  20. @$(VALGRIND_COMMAND) tests/tokyocabinet_test