Skip to content

Commit

Permalink
Add client_pool_test to main target list for proper cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadlinger committed Mar 12, 2012
1 parent f727678 commit 7133bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/d/test/Makefile.am
Expand Up @@ -43,7 +43,7 @@ $(thrift_test_gen): $(top_srcdir)/test/ThriftTest.thrift
# The actual test targets.
# There just must be some way to reassign a variable without warnings in
# Automake...
targets__ = async_test serialization_benchmark \
targets__ = async_test client_pool_test serialization_benchmark \
stress_test_server thrift_test_client thrift_test_server transport_test
ran_tests__ = client_pool_test \
transport_test \
Expand Down

0 comments on commit 7133bc7

Please sign in to comment.