没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > pcu |
pcu
|
0 | 0 | 3 |
贡献者 | 讨论 | 代码提交 |
概述
While there are many C unit testing frameworks out there, I was unable to find one that provided support for parallel environments. pcu provides all the basic, standard unit testing features, such as hierarchical test suites, per-suite fixtures and an interface for new test listeners, but also includes support for running unit tests in parallel and properly reporting which process's succeeded or failed. MPI is used as the underlying parallel communication library.
In addition, there is a script included that integrates the framework into SCons. This way unit tests can automatically be detected and built into a test runner binary.
创建时间:2014-05-06 20:43