Skip to content

Commit f6ef24b

Browse files
committed
Set test main classes
1 parent aca9622 commit f6ef24b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ val functionalTests = Project("functional-tests", file("functional-tests"))
7777
// ^ disabled b/c of "Build triggered by [..]/target/scala-2.12/v2-classes."
7878
testFunctional := (Test / test).value,
7979
Defaults.itSettings,
80+
Test / mainClass := Some("com.typesafe.tools.mima.lib.UnitTests"),
81+
IntegrationTest / mainClass := Some("com.typesafe.tools.mima.lib.IntegrationTests"),
8082
mimaFailOnNoPrevious := false,
8183
skip in publish := true,
8284
)

0 commit comments

Comments
 (0)