123456789101112131415161718192021 |
- # vim:ft=automake
- # Gearman server and library
- # Copyright (C) 2011 Data Differential, http://datadifferential.com/
- # All rights reserved.
- #
- # Use and distribution licensed under the BSD license. See
- # the COPYING file in the parent directory for full text.
- #
- # Included from Top Level Makefile.am
- # All paths should be given relative to the root
- #
- test-drizzle: tests/drizzle_test
- @tests/drizzle_test
- tests_drizzle_test_SOURCES= \
- tests/basic.cc \
- tests/drizzle_test.cc
- tests_drizzle_test_LDADD= ${CLIENT_LDADD}
- noinst_PROGRAMS+= tests/drizzle_test
- check_PROGRAMS += tests/drizzle_test
|