ephemeral.am 881 B

123456789101112131415161718192021222324252627282930313233
  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_ephemeral_SOURCES=
  13. t_ephemeral_CXXFLAGS=
  14. t_ephemeral_LDADD= ${CLIENT_LDADD}
  15. t_ephemeral_SOURCES+= tests/basic.cc
  16. t_ephemeral_SOURCES+= tests/ephemeral_test.cc
  17. check_PROGRAMS += t/ephemeral
  18. noinst_PROGRAMS += t/ephemeral
  19. test-ephemeral: t/ephemeral gearmand/gearmand
  20. @t/ephemeral
  21. gdb-ephemeral: t/ephemeral gearmand/gearmand
  22. @$(GDB_COMMAND) t/ephemeral
  23. helgrind-ephemeral: t/ephemeral gearmand/gearmand
  24. @$(HELGRIND_COMMAND) t/ephemeral
  25. valgrind-ephemeral: t/ephemeral gearmand/gearmand
  26. @$(VALGRIND_COMMAND) t/ephemeral