Generate codegen blackbox tests with stdlib
This commit is contained in:
committed by
Alexander Udalov
parent
714708eac7
commit
d23f82177f
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user