Skip to content

Commit

Permalink
Fix testApps alias
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Sep 3, 2024
1 parent d6c42d3 commit d4fe3dc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ object morphir extends Module {
def nativeImageMainClass = T("org.finos.morphir.cli.Main")


object test extends ScalaTests with TestModule.ScalaTest {
def ivyDeps = Agg(
ivy"org.scalatest::scalatest:${V.scalatest}"
)
}
object test extends ScalaTests with MorphirTests { }
}

/// Build for the morphir-elm/morphir-elm-cli project
Expand All @@ -85,6 +81,7 @@ object morphir extends Module {

def nativeImageName = "morphir-elm-cli" //TODO: Rename to morphir-elm
def nativeImageMainClass = T("org.finos.morphir.elm.cli.Main")
object test extends ScalaTests with MorphirTests { }
}

//---------------------------------------------------------------------------------------------
Expand Down

0 comments on commit d4fe3dc

Please sign in to comment.