GitHub user phrocker opened a pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/46

    MINIFI-188: Incorporate CATCH and example tests

    This PR introduces catch and a few example tests.
    Additional tests will follow, but they currently cause
    several segfaults without a large number of corresponding
    changes in the code. Therefore to minimize the bootstrapping
    I will include the cmake changes in addition to the dep.
    
    to run type make; make test 
    
    You can also run ./tests in the build directory for more information
    
    CATCH is Boost license, let me know if this is a problem. Thanks!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/phrocker/nifi-minifi-cpp MINIFI-188-A

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-minifi-cpp/pull/46.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #46
    
----
commit b5a0cec0e681a0f2ed13331a036cbfd105103b1f
Author: Marc Parisi <phroc...@apache.org>
Date:   2017-02-03T14:43:25Z

    MINIFI-188: Incorporate CATCH and example tests
    
    This PR introduces catch and a few example tests.
    Additional tests will follow, but they currently cause
    several segfaults without a large number of corresponding
    changes in the code. Therefore to minimize the bootstrapping
    I will include the cmake changes in addition to the dep.
    
    to run type make; make test

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to