Add test for #914 (stringify truthy exprs in standard way)

This commit is contained in:
Martin Hořeňovský
2017-05-27 14:42:05 +02:00
parent 2d1739b429
commit ea48ae0f75
6 changed files with 80 additions and 13 deletions

View File

@@ -59,6 +59,7 @@ set(TEST_SOURCES
${SELF_TEST_DIR}/CmdLineTests.cpp
${SELF_TEST_DIR}/CompilationTests.cpp
${SELF_TEST_DIR}/ConditionTests.cpp
${SELF_TEST_DIR}/DecompositionTests.cpp
${SELF_TEST_DIR}/EnumToString.cpp
${SELF_TEST_DIR}/ExceptionTests.cpp
${SELF_TEST_DIR}/GeneratorTests.cpp