doc: Edit README.md regarding tests

This commit is contained in:
Tommaso Gagliardoni 2025-10-19 23:34:12 +02:00
parent 9cfff3abed
commit 8734f80b24

View file

@ -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>