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

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

Documented required and optional test-related properties in build.properties

parent c5502737
No related branches found
No related tags found
No related merge requests found
...@@ -35,3 +35,16 @@ require.gettext=true ...@@ -35,3 +35,16 @@ require.gettext=true
# Optional compiler args # Optional compiler args
# This one keeps gcj a lot quieter # This one keeps gcj a lot quieter
#javac.compilerargs=-warn:-unchecked,raw,unused,serial #javac.compilerargs=-warn:-unchecked,raw,unused,serial
# Location of the libraries required for the ScalaTest tests.
# Define this in override.properties or pass in on the command line.
# The directory must contain the following library names:
# mockito-all.jar
# scala-compiler.jar
# scala-library.jar
# scalatest.jar
#scalatest.libs=/PATH/TO/SCALATEST/lib
# Optional properties used in tests to enable additional tools.
#with.cobertura=/PATH/TO/cobertura.jar
#with.clover=/PATH/TO/clover.jar
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