Open kenthawk opened 9 years ago
Update: we've studied the capabilities of (Googletest)[https://code.google.com/p/googletest/] and deemed it more capable than what we've seen of the latest C Check framework. ASAP the plan is to incorporate googletest into magma.classic to provide the capability for writing real Unit Tests for all new development. The existing Check Framework tests will remain where they are for now and possibly integrated into the googletest framework in the future.
This issue remains open because we've not implemented it into magma.classic yet.
The check testing framework has been updated from it's current use in the magma.classic project. Examine the differences, install the update and incorporate the newer capabilities of the framework into the TDD process in magma.classic. The ultimate goal is to make use of the newer facilities and have one digestible output for all check tests on the project.