Add expected outputs for testing C programs
tomsik68 opened this issue · 1 comments
tomsik68 commented
For each test unit, we should supply what the C program should look like after compiling to LLVM and back. And then compare it with output of the tool. In the same way as it is in the only test in globals folder.
The point is to have the output C programs checked by a human and then diff it with the real output. This will make tests more meaningful.