Generate black box with java codegen tests
This commit is contained in:
committed by
Alexander Udalov
parent
2904d1745b
commit
0b1fe9c611
@@ -70,6 +70,13 @@ public class GenerateTests {
|
||||
testModel("compiler/testData/codegen/box", "blackBoxFileByFullPath")
|
||||
);
|
||||
|
||||
generateTest(
|
||||
"compiler/tests/",
|
||||
"BlackBoxWithJavaCodegenTestGenerated",
|
||||
AbstractBlackBoxCodegenTest.class,
|
||||
testModel("compiler/testData/codegen/boxWithJava", "blackBoxFileWithJavaByFullPath")
|
||||
);
|
||||
|
||||
generateTest(
|
||||
"compiler/tests/",
|
||||
"DataClassCodegenTestGenerated",
|
||||
|
||||
Reference in New Issue
Block a user