[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:
committed by
Space Team
parent
ee9d9d7b32
commit
672be7ecb5
+6
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user