diff --git a/README.md b/README.md index 30f17dbd..76508025 100644 --- a/README.md +++ b/README.md @@ -858,37 +858,30 @@ An example skelton maven pom file for a skeleton project is in

Building the jars

-An ant file is included in the root directory which builds the libraries by default. +Build the jars with maven. +
+	mvn clean verify
+

-Other targets exist for creating distribution file an measuring code coverage of unit tests.

Unit tests

-The main luaj JUnit tests are organized into a JUnit 3 suite: -

-	test/junit/org/luaj/vm2/AllTests.lua
-
+All unit tests are executed during the build.

-Unit test scripts can be found in these locations +Test scripts can be found in these locations

-	test/lua/*.lua
-	test/lua/errors/*.lua
-	test/lua/perf/*.lua
-	test/lua/luaj3.0.2-tests.zip
+	luaj-test/src/test/resources
 
+Executon is included in the build of luaj-test.

Code coverage

-A build script for running unit tests and producing code coverage statistics is in -

-	build-coverage.xml
-
- -It relies on the cobertura code coverage library. +The maven build creates the coverage report in the luaj-test/target/site folder +during the verify phase.

8 - Downloads