Use an existing unit test framework for C++ (boost)
---------------------------------------------------

                 Key: AVRO-99
                 URL: https://issues.apache.org/jira/browse/AVRO-99
             Project: Avro
          Issue Type: Improvement
          Components: c++
            Reporter: Scott Banachowski


The C++ unit test currently use the basic c assert to test conditions.  This 
should be ported to an existing unit test framework.  The two main ones I know 
of are cppunit and boost unit.  

I propose using boost, since the code already depends on other boost libraries, 
so it won't introduce a new library dependency.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to