Ant: Add support for fork-mode
#KT-44293
This commit is contained in:
committed by
Alexander Udalov
parent
ee952db1a2
commit
0110b4e4b4
+10
@@ -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/");
|
||||
|
||||
Reference in New Issue
Block a user