diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 6b479ca..7048262 100644 --- a/README.adoc +++ b/README.adoc @@ -446,3 +446,22 @@ Result: } } ---- + + +== Development + +=== Running the Tests + +To run the **test suite**, run: + +[source,shell] +---- +$ mvn verify +---- + +To run the **benchmarks**, run: + +[source,shell] +---- +$ mvn verify -Pbenchmark +---- |