Add trivial test for CStructVar declared in source code

This commit is contained in:
Svyatoslav Scherbina
2020-11-02 16:20:22 +03:00
committed by Stanislav Erokhin
parent e061e0a687
commit d4beef6872
2 changed files with 44 additions and 0 deletions
@@ -4034,6 +4034,10 @@ task interop_convert(type: KonanLocalTest) {
source = "codegen/intrinsics/interop_convert.kt"
}
task interop_sourceCodeStruct(type: KonanLocalTest) {
source = "codegen/intrinsics/interop_sourceCodeStruct.kt"
}
/*
TODO: This test isn't run automatically
task interop_echo_server(type: RunInteropKonanTest) {