Generate black box with java codegen tests

This commit is contained in:
Alexander Udalov
2013-01-27 20:53:09 +04:00
committed by Alexander Udalov
parent 2904d1745b
commit 0b1fe9c611
2 changed files with 186 additions and 0 deletions
@@ -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",