redis.am 774 B

123456789101112131415161718192021222324252627
  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_redis_test_CXXFLAGS=
  13. tests_redis_test_SOURCES=
  14. tests_redis_test_LDADD=
  15. tests_redis_test_LDADD+= ${CLIENT_LDADD}
  16. tests_redis_test_SOURCES+= tests/basic.cc
  17. tests_redis_test_SOURCES+= tests/redis.cc
  18. #check_PROGRAMS += tests/redis_test
  19. noinst_PROGRAMS += tests/redis_test
  20. test-redis: tests/redis_test gearmand/gearmand
  21. @tests/redis_test
  22. gdb-redis: tests/redis_test gearmand/gearmand
  23. @$(GDB_COMMAND) tests/redis_test