diff options
author | Gordon Sim <gsim@apache.org> | 2009-08-11 09:29:51 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-08-11 09:29:51 +0000 |
commit | 920e5d38f7c4ac2b9eb06b8886d127bda2643e4d (patch) | |
tree | d5f203bccd525dc65960fe4a877c8ea1d9aa45cf | |
parent | 9fa41da7edc0c984a47d8f4765df1a43d6479b45 (diff) | |
download | qpid-python-920e5d38f7c4ac2b9eb06b8886d127bda2643e4d.tar.gz |
Add new test script to distribution list.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803041 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/tests/cluster.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 6fc4c64a5e..05e18ab9eb 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -38,6 +38,7 @@ TESTS += \ EXTRA_DIST += \ ais_check \ + test_watchdog \ start_cluster \ stop_cluster \ restart_cluster \ |