Add mvn test to README

This commit is contained in:
metaprime 2016-12-20 01:26:05 -08:00 committed by GitHub
parent d025a777cd
commit 195dc04df1

View File

@ -53,6 +53,15 @@ mvn clean compile assembly:single
This will include all dependencies in the JAR.
Running Tests
-------------
After building you can run tests by running the following:
```bash
mvn test
```
Dependencies
------------
* junit-3.8.1