diff options
author | Gordon Sim <gsim@apache.org> | 2008-11-14 17:18:53 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-11-14 17:18:53 +0000 |
commit | 1333763280a0227ff7fd59b4a448e3d3e0effa25 (patch) | |
tree | cdf5b03cbeee3cf3b731b5d9a04e755e83f60abb /cpp/src | |
parent | 072c135f13cd287224ccc9b754a6c2b83940b6cd (diff) | |
download | qpid-python-1333763280a0227ff7fd59b4a448e3d3e0effa25.tar.gz |
Added further test script missing from distribution list and thus causing distcheck to fail if cluster module is enabled.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@714072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index b086739c52..18044d73a1 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -166,6 +166,7 @@ EXTRA_DIST += \ header_test.py \ ssl_test \ config.null \ + ais_check \ run_federation_tests \ run_acl_tests \ .valgrind.supp \ |