Generate codegen blackbox tests with stdlib

This commit is contained in:
Alexander Udalov
2013-02-07 21:33:20 +04:00
committed by Alexander Udalov
parent 714708eac7
commit d23f82177f
3 changed files with 673 additions and 0 deletions
@@ -84,6 +84,13 @@ public class GenerateTests {
testModel("compiler/testData/codegen/boxWithJava", "blackBoxFileWithJavaByFullPath")
);
generateTest(
"compiler/tests/",
"BlackBoxWithStdlibCodegenTestGenerated",
AbstractBlackBoxWithStdlibCodegenTest.class,
testModel("compiler/testData/codegen/boxWithStdlib", "blackBoxFileByFullPath")
);
generateTest(
"compiler/tests/",
"JavaVisibilityTestGenerated",