Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 338 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 338 Bytes

Please read CONTRIBUTING first.

Run tests

Using make

Run make from this directory.

Using only Maven

JRun mvn clean test from this directory.

Keep in mind that this will only run unit tests. The acceptance tests are only run when you build with make.