Added simple unit tests for completion.

This commit is contained in:
2017-04-08 18:47:06 +02:00
parent ac7a0f6d4c
commit 350f31d0fd
3 changed files with 52 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ TEST_CASE("[simplification] Rules are simplified correctly", "[simplification]")
anthem::output::Logger logger(output, errors);
anthem::Context context = {logger, {}};
context.simplify = true;
context.complete = false;
SECTION("example 1")
{