From 8734f80b24fbfe3e5d1ebe201f626153d41cb36b Mon Sep 17 00:00:00 2001 From: Tommaso Gagliardoni Date: Sun, 19 Oct 2025 23:34:12 +0200 Subject: [PATCH] doc: Edit README.md regarding tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2b4ab5..f09fbd5 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ For now there is no `make install` option, if you want you can install Shuffleca ### Tests -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