fork jvm for test, run, and test:run

This commit is contained in:
Havoc Pennington 2011-11-12 17:45:12 -05:00
parent a706c74396
commit 926a726ea3

View File

@ -7,6 +7,12 @@ name := "config"
version := "0.1"
fork in test := true
fork in run := true
fork in run in Test := true
libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-SNAPSHOT" % "test"
libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"