没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > sicomtest |
sicomtest
|
0 | 0 | 7 |
贡献者 | 讨论 | 代码提交 |
The sicomtest framework allows you to setup step-by-step component integration tests. You can test the integration of any subset of your components. For example sicomtest is very useful for testing code transformation passes.
Sicomtest is developed by the Systems Engineering Group of the Technische Universität Dresden. We have used it successfully in the compiler and static instrumentation area.
Features:
simplicity reuse existing tools (e.g. make) just specify two small files but you can also specify more complex tests by using any scripting language you like nice test runner is able to run a specifed subset of the test provides an overview about successful and failed tests all outputs are logged to allow for debugging
Have a look at our Tutorial.