I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 618f214a authored by str4d's avatar str4d
Browse files

Added ScalaTest support to core build.xml

The old JUnit tests are still present, but "ant test" and "ant fulltest" default
to the (pending) ScalaTest ones. To run the ScalaTest tests with Cobertura, execute
the following:

ant -Dscalatest.libs=./lib -Dwith.cobertura=/usr/share/java/cobertura.jar fulltest

The scalatest.libs property must point to a directory containing scala-compiler.jar,
scala-library.jar and scalatest.jar.
parent 48df91f7
No related branches found
No related tags found
No related merge requests found
Showing
with 72 additions and 8 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment