add AST generation test case test_inputs/codegen/correlation.st
commitef0f1b17f82da047f1da0513b71b5eacd3863dcc
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Mar 2016 14:33:14 +0000 (2 15:33 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Mar 2016 13:21:15 +0000 (10 14:21 +0100)
treec2ac85371b0d35f7dbf97063f9f642e60b73dd1f
parent7fb651fe3f6a2a9bb3eab6899047ea6b1f5a0b11
add AST generation test case test_inputs/codegen/correlation.st

This test case is mainly added to ensure that the generated
code is at least correct since it exercises parts of the AST
generation code that are not exercised by any other AST generation
test case.
However, the schedule in this test case is arguably not very good,
so it is probably not that important to try and produce
nice output for this test case.  In particular, it is important
to keep in mind that there is currently only one such test case
and it is not necessarily representative of the class it belongs to.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
test_inputs/codegen/correlation.c [new file with mode: 0644]
test_inputs/codegen/correlation.st [new file with mode: 0644]