Skip to content

Commit

Permalink
less test duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzpirate committed Sep 22, 2020
1 parent f908f1a commit 2690759
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/mmt-odk/src/info/kwarc/mmt/odk/ODKTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ object LATIN2Test extends MMTIntegrationTest(
ExtensionSpec("info.kwarc.mmt.odk.Plugin")
){
def main(): Unit = {
shouldClearTarget("MMT/urtheories", "bin")
shouldHandleLine("build MMT/urtheories scala-bin")
//shouldClearTarget("MMT/urtheories", "bin")
//shouldHandleLine("build MMT/urtheories scala-bin")

shouldClearTarget("MMT/LFX", "bin")
shouldHandleLine("build MMT/LFX scala-bin")
//shouldClearTarget("MMT/LFX", "bin")
//shouldHandleLine("build MMT/LFX scala-bin")

shouldClearTarget("MMT/LATIN2", "bin")
shouldHandleLine("build MMT/LATIN2 scala-bin")
Expand Down

0 comments on commit 2690759

Please sign in to comment.