diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-05 20:09:09 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-05 20:09:09 +0100 |
| commit | d1aaa9264089fa64a98eecef09aa4a5d9773e345 (patch) | |
| tree | aece8dd4dfc27e0368c9f2370d89caddedac6d4d /README.md | |
| parent | 0c9a5d0e5c1702d07b24eeac181f78d1689c05cc (diff) | |
| download | nissy-core-d1aaa9264089fa64a98eecef09aa4a5d9773e345.tar.gz nissy-core-d1aaa9264089fa64a98eecef09aa4a5d9773e345.zip | |
make test improvements
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
| @@ -20,7 +20,14 @@ Then | |||
| 20 | $ make test | 20 | $ make test |
| 21 | ``` | 21 | ``` |
| 22 | 22 | ||
| 23 | to run the tests. You can also run | 23 | to run the tests. You can also run only the tests that match a chosen |
| 24 | regex, for example: | ||
| 25 | |||
| 26 | ``` | ||
| 27 | $ TEST=coord make test | ||
| 28 | ``` | ||
| 29 | |||
| 30 | You can also run | ||
| 24 | 31 | ||
| 25 | ``` | 32 | ``` |
| 26 | $ make benchmark | 33 | $ make benchmark |
