资 源 简 介
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.