diff --git a/build.gradle b/build.gradle index 6566f6bee..93c97db01 100644 --- a/build.gradle +++ b/build.gradle @@ -224,21 +224,6 @@ task buildLanguages(type: BuildLanguages, dependsOn: prebuild) { script "$buildDir/scripts/build-languages.xml" } -task execTestsByInterpreter(type: TestLanguages, dependsOn: buildLanguages) { - script "$buildDir/scripts/build-testInterpreter.xml" - targets "build" - doLast { - ant.taskdef(name: 'junitInterpreterReport', - classname: 'org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator', - classpath: configurations.junitAnt.asPath) - ant.junitInterpreterReport { - fileset(dir: "$buildDir", includes: '**/TEST*.xml') - report(format: 'frames', todir: "$buildDir/junitInterpreterReport") - } - ant.echo("JUnit Interpreter report placed into $buildDir/junitInterpreterReport/index.html") - } -} - task buildAndRunTests(type: TestLanguages, dependsOn: buildLanguages) { script "$buildDir/scripts/build-tests.xml" diff --git a/code/languages/org.iets3.opensource/.mps/modules.xml b/code/languages/org.iets3.opensource/.mps/modules.xml index 8649f7492..2e5bc28d8 100644 --- a/code/languages/org.iets3.opensource/.mps/modules.xml +++ b/code/languages/org.iets3.opensource/.mps/modules.xml @@ -83,7 +83,6 @@ - diff --git a/code/languages/org.iets3.opensource/solutions/org.iets3.opensource.build/models/org/iets3/opensource/build/build.mps b/code/languages/org.iets3.opensource/solutions/org.iets3.opensource.build/models/org/iets3/opensource/build/build.mps index e3fc27c91..8fc1654f3 100644 --- a/code/languages/org.iets3.opensource/solutions/org.iets3.opensource.build/models/org/iets3/opensource/build/build.mps +++ b/code/languages/org.iets3.opensource/solutions/org.iets3.opensource.build/models/org/iets3/opensource/build/build.mps @@ -113,13 +113,6 @@ - - - - - - - @@ -14728,227 +14721,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -