From 7875ac644e88d3f0209a452064e1fe0eed6f6a50 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Mon, 11 Mar 2024 17:48:56 +0100 Subject: Change the tests target to test --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 82ff3944..812773b5 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,11 @@ if [ -e charon ]; then echo "valid"; else echo "invalid"; fi Finally, building the project simply requires to run `make` in the top directory. -You can also use `make tests` and `make verify` to run the tests, and check -the generated files. As `make tests` will run tests which use the Charon tests, +You can also use `make test` and `make verify` to run the tests, and check +the generated files. As `make test` will run tests which use the Charon tests, you will need to regenerate the `.llbc` files. You have the following options: -- run `make tests` in the Charon repository -- run `REGEN_LLBC=1 make tests` in the Aeneas repository +- run `make test` in the Charon repository +- run `REGEN_LLBC=1 make test` in the Aeneas repository ## Documentation -- cgit v1.2.3