aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index d829af4..383b50c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,14 @@ Then
20$ make test 20$ make test
21``` 21```
22 22
23to run the tests. You can also run 23to run the tests. You can also run only the tests that match a chosen
24regex, for example:
25
26```
27$ TEST=coord make test
28```
29
30You can also run
24 31
25``` 32```
26$ make benchmark 33$ make benchmark

Generated with cgit - Back to sebastiano.tronto.net