# HG changeset patch # Parent 871945a0eae886d98c1f4d997acd046fee09fedc 7902335: Simplified running of jcov tests Reviewed-by: lkuskov diff -r 871945a0eae8 build/build.properties --- a/build/build.properties Wed Oct 10 14:10:38 2018 +0200 +++ b/build/build.properties Wed Oct 10 14:16:20 2018 +0200 @@ -34,7 +34,12 @@ # path to javatest library (empty value allowed if you do not need jtobserver.jar) javatestjar = javatest.jar +# path to TestNG library +testngjar = testng.jar + # path to output directory result.dir =../JCOV_BUILD # path to jcov sources src.dir = ../src/classes +# path to jcov test sources +test.src.dir = ../test/unit diff -r 871945a0eae8 build/build.xml --- a/build/build.xml Wed Oct 10 14:10:38 2018 +0200 +++ b/build/build.xml Wed Oct 10 14:16:20 2018 +0200 @@ -299,4 +299,20 @@ description="Creates the build-distribution."> + + + + + + + + + + + +