c*****t 发帖数: 1879 | 1 Basically, I have a program that takes a script and generate an output.
But the test script itself may have setup and clean up script. Say
myprog < test_setup.s > test_setup.output
myprog < test.s > test.output
myprog < test_clean.s > test_clean.output
I would like it to automatically generate reports on mismatches for
each of such test. Sometimes, I have a single set of setup / clean,
but plenty of tests.
Are there any existing testing framework for this? I could write
one myself, but it would take time. |
|