Skip to content

Commit

Permalink
Merge pull request #22 from rems-project/bugfix/pointer-to-example-ar…
Browse files Browse the repository at this point in the history
…chive

Update top-level README.md to point to the example archive
  • Loading branch information
cp526 authored Jun 5, 2024
2 parents 2973b6c + 5afb362 commit 87bb165
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ In order to build the tutorial, you will first need to install [asciidoctor](htt

Run `make` to produce `build/tutorial.html` and its dependencies: especially, `build/exercises/*.c` and `build/solutions/*c`.

Run `./check.sh` to check that all examples have working solutions (except tests with names `*.error.c`, which are expected to fail). Note that this step will not work until after you have installed CN, which is the first part of the tutorial.
Run `./check.sh` to check that all examples have working solutions (except tests with names `*.broken.c`, which are expected to fail). Note that this step will not work until after you have installed CN, which is the first part of the tutorial.

## CN Example Archive

The subdirectory `src/example-archive` includes many more examples of CN proofs, both working and broken. See [the README](./src/example-archive/README.md) for a description how these examples are organized and instructions for running CN on them.

0 comments on commit 87bb165

Please sign in to comment.