Skip to content

run JUnit tests

username-removed-24982 requested to merge eighthave/fdroidclient:master into master

It turns out that Jenkins was running the JUnit tests all along, but it just never reported on them. This adds a jar to the test project that makes JUnit reports that Jenkins can parse, and the report on the results. So now if the JUnit tests fail, people will be emailed just like build failures.

Also, I added a quick ant javadoc target to the main project in case anyone likes that kind of thing.

Merge request reports