[test] Allow files with same names in tests

Introduce a directive that allows compiling different files with
matching names in tests.
This commit is contained in:
Sergej Jaskiewicz
2022-12-01 15:47:41 +01:00
committed by Space Team
parent ee9d9d7b32
commit 672be7ecb5
2 changed files with 13 additions and 1 deletions
@@ -39,6 +39,12 @@ object ModuleStructureDirectives : SimpleDirectivesContainer() {
""".trimIndent()
)
val ALLOW_FILES_WITH_SAME_NAMES by directive(
"""
Allows specifying test files with the same names using the // FILE directive.
""".trimIndent()
)
val TARGET_FRONTEND by stringDirective(
"""
Usage: // TARGET_FRONTEND: {Frontend}