wiki:Projects/GSoC/TestingReview/CU
Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Version 2 (modified by Xiaochen Pan, on 07/07/12 at 00:55:13) (diff)

TestingReview/CU

CU is a lightweight and simple unit testing framework suited for host-based testing with enriched set of assertions.

+It uses separate processes for each test suites to protect the address space for each test suites.

-For a single process RTEMS operating system, it cannot be used.

+CU supports tests cases and recursive test suites for tests automation.

+CU supports regression testing as a plus.