From cc1efa0b4edc6f5239e83c1cdaebc4bbd4a8ba1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Fri, 14 Jun 2024 22:01:11 +0200 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 098d37e..83d8be6 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,5 @@ build/sample/sample -h To run the tests and see coverage (llvm & gcovr have to be installed), execute the following commands: ```bash -cd tests -./test +make test ```