Repository: qpid-dispatch Updated Branches: refs/heads/master 134115b73 -> 55a4957fe
DISPATCH-300 - Added one more missing file from previous commit. Added system_tests_deprected to CMakeLists.txt Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/55a4957f Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/55a4957f Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/55a4957f Branch: refs/heads/master Commit: 55a4957fea6cdfa3e4caa63edd937f527ced7e9c Parents: 134115b Author: Ganesh Murthy <[email protected]> Authored: Wed May 4 07:53:18 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Wed May 4 07:53:18 2016 -0400 ---------------------------------------------------------------------- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/55a4957f/tests/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d4c55c3..9ec436a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -80,6 +80,7 @@ foreach(py_test_module system_tests_qdstat system_tests_sasl_plain system_tests_user_id + system_tests_deprecated system_tests_two_routers) add_test(${py_test_module} ${TEST_WRAP} -m unittest -v ${py_test_module}) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
