stress.am 822 B

1234567891011121314151617181920212223242526272829303132
  1. # vim:ft=automake
  2. # Gearman server and library
  3. # Copyright (C) 2012 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_stress_CFLAGS=
  13. t_stress_CXXFLAGS=
  14. t_stress_LDADD=
  15. t_stress_SOURCES=
  16. t_stress_SOURCES+= tests/burnin.cc
  17. t_stress_LDADD+= libgearman/libgearman.la
  18. t_stress_LDADD+= libtest/libtest.la
  19. t_stress_LDADD+= tests/libstartworker.la
  20. #check_PROGRAMS+=t/stress
  21. noinst_PROGRAMS+=t/stress
  22. test-stress: t/stress gearmand/gearmand
  23. @t/stress
  24. valgrind-stress: t/stress gearmand/gearmand
  25. @$(VALGRIND_COMMAND) t/stress
  26. gdb-stress: t/stress gearmand/gearmand
  27. @$(GDB_COMMAND) t/stress