Ant: Add support for fork-mode

#KT-44293
This commit is contained in:
scaventz
2020-12-04 18:00:54 +08:00
committed by Alexander Udalov
parent ee952db1a2
commit 0110b4e4b4
11 changed files with 190 additions and 3 deletions
@@ -44,6 +44,16 @@ public class AntTaskTestGenerated extends AbstractAntTaskTest {
runTest("compiler/testData/integration/ant/jvm/failOnErrorByDefault/");
}
@TestMetadata("fork")
public void testFork() throws Exception {
runTest("compiler/testData/integration/ant/jvm/fork/");
}
@TestMetadata("forkOnError")
public void testForkOnError() throws Exception {
runTest("compiler/testData/integration/ant/jvm/forkOnError/");
}
@TestMetadata("helloWorld")
public void testHelloWorld() throws Exception {
runTest("compiler/testData/integration/ant/jvm/helloWorld/");