Andrew Stitcher created QPID-4928:
-------------------------------------

             Summary: Some of C++ CMake build tests need to start/stop a broker 
themselves
                 Key: QPID-4928
                 URL: https://issues.apache.org/jira/browse/QPID-4928
             Project: Qpid
          Issue Type: Improvement
            Reporter: Andrew Stitcher


CMake has a companion tool CTest which can be used to run tests individually. 
This means that each of the tests must be self contained.

Currently a bunch of the tests rely on a previous test "start_broker" to start 
a required broker which is stopped by a subsequent test "stop_broker".

The start and stop steps should be brought into the individual tests that need 
a broker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to