Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,25 @@ and its dependencies.
`cerberus-lib` to stay in sync, by re-running the `opam install`
step above.)

If you want to run the Rocq test script locally:
```
# Setup opam
opam repo add --yes --this-switch coq-released https://coq.inria.fr/opam/released
opam pin --yes -n coq-struct-tact https://github.com/uwplse/StructTact.git
opam install --deps-only --yes ./cn.opam

# Install CN with Coq
opam pin --yes --no-action add cn .
opam pin --yes --no-action add cn-coq .
opam install --yes cn cn-coq

# Run test script
./tests/run-cn-coq.sh

# Run on a file
./tests/run-cn-coq.sh -f file-path
```

## Contributing

Please see our [contributing
Expand Down