forked from I2P_Developers/i2p.i2p
Documented required and optional test-related properties in build.properties
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user