|
@@ -45,25 +45,35 @@ CLIENT_LDADD= \
|
|
|
tests/libstartworker.la
|
|
|
|
|
|
tests_cycle_SOURCES= tests/cycle.cc
|
|
|
-tests_cycle_DEPENDENCIES= ${CLIENT_LDADD} gearmand/gearmand
|
|
|
+tests_cycle_DEPENDENCIES=
|
|
|
+tests_cycle_DEPENDENCIES+= ${CLIENT_LDADD}
|
|
|
+tests_cycle_DEPENDENCIES+= gearmand/gearmand
|
|
|
tests_cycle_LDADD= ${CLIENT_LDADD}
|
|
|
check_PROGRAMS+=tests/cycle
|
|
|
noinst_PROGRAMS+=tests/cycle
|
|
|
|
|
|
tests_blobslap_client_SOURCES= tests/blobslap_client.cc
|
|
|
-tests_blobslap_client_DEPENDENCIES= ${CLIENT_LDADD} gearmand/gearmand
|
|
|
+tests_blobslap_client_DEPENDENCIES=
|
|
|
+tests_blobslap_client_DEPENDENCIES+= ${CLIENT_LDADD}
|
|
|
+tests_blobslap_client_DEPENDENCIES+= gearmand/gearmand
|
|
|
tests_blobslap_client_LDADD= ${CLIENT_LDADD}
|
|
|
noinst_PROGRAMS+= tests/blobslap_client
|
|
|
|
|
|
tests_cli_SOURCES= tests/cli.cc
|
|
|
tests_cli_SOURCES+= tests/libgearman-1.0/workers.cc
|
|
|
-tests_cli_DEPENDENCIES= ${CLIENT_LDADD} gearmand/gearmand bin/gearman bin/gearadmin
|
|
|
+tests_cli_DEPENDENCIES=
|
|
|
+tests_cli_DEPENDENCIES+= ${CLIENT_LDADD}
|
|
|
+tests_cli_DEPENDENCIES+= gearmand/gearmand
|
|
|
+tests_cli_DEPENDENCIES+= bin/gearman
|
|
|
+tests_cli_DEPENDENCIES+= bin/gearadmin
|
|
|
tests_cli_LDADD= ${CLIENT_LDADD}
|
|
|
check_PROGRAMS+= tests/cli
|
|
|
noinst_PROGRAMS+= tests/cli
|
|
|
|
|
|
tests_gearmand_SOURCES= tests/gearmand.cc
|
|
|
-tests_gearmand_DEPENDENCIES= ${CLIENT_LDADD} gearmand/gearmand
|
|
|
+tests_gearmand_DEPENDENCIES=
|
|
|
+tests_gearmand_DEPENDENCIES+= ${CLIENT_LDADD}
|
|
|
+tests_gearmand_DEPENDENCIES+= gearmand/gearmand
|
|
|
tests_gearmand_LDADD= ${CLIENT_LDADD}
|
|
|
check_PROGRAMS+= tests/gearmand
|
|
|
noinst_PROGRAMS+= tests/gearmand
|
|
@@ -71,7 +81,10 @@ noinst_PROGRAMS+= tests/gearmand
|
|
|
include tests/libgearman-1.0/include.am
|
|
|
|
|
|
tests_round_robin_test_SOURCES= tests/round_robin.cc
|
|
|
-tests_round_robin_test_DEPENDENCIES= ${CLIENT_LDADD} libgearman/libgearmancore.la gearmand/gearmand
|
|
|
+tests_round_robin_test_DEPENDENCIES=
|
|
|
+tests_round_robin_test_DEPENDENCIES+= ${CLIENT_LDADD}
|
|
|
+tests_round_robin_test_DEPENDENCIES+= libgearman/libgearmancore.la
|
|
|
+tests_round_robin_test_DEPENDENCIES+= gearmand/gearmand
|
|
|
tests_round_robin_test_LDADD= ${CLIENT_LDADD} libgearman/libgearmancore.la
|
|
|
check_PROGRAMS+= tests/round_robin_test
|
|
|
noinst_PROGRAMS+= tests/round_robin_test
|
|
@@ -92,7 +105,8 @@ endif
|
|
|
|
|
|
tests_hostileworker_test_SOURCES+= tests/stress_worker.cc
|
|
|
tests_hostileworker_test_SOURCES+= tests/libgearman-1.0/workers.cc
|
|
|
-tests_hostileworker_test_DEPENDENCIES+= ${CLIENT_LDADD} gearmand/gearmand
|
|
|
+tests_hostileworker_test_DEPENDENCIES+= ${CLIENT_LDADD}
|
|
|
+tests_hostileworker_test_DEPENDENCIES+= gearmand/gearmand
|
|
|
tests_hostileworker_test_LDADD+= ${CLIENT_LDADD}
|
|
|
check_PROGRAMS+=tests/hostileworker_test
|
|
|
noinst_PROGRAMS+=tests/hostileworker_test
|
|
@@ -105,20 +119,26 @@ gdb-hostile: tests/hostileworker_test gearmand/gearmand
|
|
|
|
|
|
# Test linking with C++ application
|
|
|
tests_cpp_test_SOURCES= tests/cpp_test.cc
|
|
|
-tests_cpp_test_DEPENDENCIES= ${CLIENT_LDADD} gearmand/gearmand
|
|
|
+tests_cpp_test_DEPENDENCIES=
|
|
|
+tests_cpp_test_DEPENDENCIES+= ${CLIENT_LDADD}
|
|
|
+tests_cpp_test_DEPENDENCIES+= gearmand/gearmand
|
|
|
tests_cpp_test_LDADD= ${CLIENT_LDADD}
|
|
|
check_PROGRAMS+=tests/cpp_test
|
|
|
noinst_PROGRAMS+=tests/cpp_test
|
|
|
|
|
|
# Test linking with C application
|
|
|
tests_c_test_SOURCES= tests/c_test.c
|
|
|
-tests_c_test_DEPENDENCIES= ${CLIENT_LDADD} gearmand/gearmand
|
|
|
+tests_c_test_DEPENDENCIES=
|
|
|
+tests_c_test_DEPENDENCIES+= ${CLIENT_LDADD}
|
|
|
+tests_c_test_DEPENDENCIES+= gearmand/gearmand
|
|
|
tests_c_test_LDADD= ${CLIENT_LDADD}
|
|
|
check_PROGRAMS+=tests/c_test
|
|
|
noinst_PROGRAMS+=tests/c_test
|
|
|
|
|
|
tests_burnin_test_SOURCES= tests/burnin.cc
|
|
|
-tests_burnin_test_DEPENDENCIES= ${CLIENT_LDADD} gearmand/gearmand
|
|
|
+tests_burnin_test_DEPENDENCIES=
|
|
|
+tests_burnin_test_DEPENDENCIES+= ${CLIENT_LDADD}
|
|
|
+tests_burnin_test_DEPENDENCIES+= gearmand/gearmand
|
|
|
tests_burnin_test_LDADD= ${CLIENT_LDADD}
|
|
|
check_PROGRAMS+=tests/burnin_test
|
|
|
noinst_PROGRAMS+=tests/burnin_test
|