mirror of
https://codeberg.org/shufflecake/shufflecake-c.git
synced 2025-12-27 14:14:57 -05:00
doc: Edit README.md regarding tests
This commit is contained in:
parent
9cfff3abed
commit
8734f80b24
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ For now there is no `make install` option, if you want you can install Shuffleca
|
|||
|
||||
### Tests <a id="user-content-tests"></a>
|
||||
|
||||
Limited tests are provided to check pre-install consistency, for now they only test the cryptography layer. Run `make test` to compile and run them. Remember to `make clean` afterwards.
|
||||
Tests are provided to check pre-install consistency. Run `sudo make test` to compile and run all the checks, or just `make test` to only check the cryptography layer. Remember to `make clean` afterwards.
|
||||
|
||||
|
||||
### Benchmarks <a id="user-content-benchmarks"></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue