Skip to content

Commit

Permalink
Update docs/solana/options.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Späth <[email protected]>
  • Loading branch information
yoav-el-certora and johspaeth authored Jan 20, 2025
1 parent 07389fb commit 9e34b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/solana/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Runs formal verification of specified properties while providing an automatic me
The build script must output the following:

- `project_directory`: Path to the project root directory.
- `sources`: List of files or directories used or imported in the program.
- `sources`: List of source files or directories used or imported in the program. Source files should be relative to the `project_directory` with support of wildcards. All files declared in this list will be uploaded as sources to cloud and displayed in the rule report. Source files are required, for instance, for the jump to source feature to work.
- `executables`: List of compiled binary files, which are the target of the Rust program.
- `success`: Boolean flag indicating if the build phase passed successfully.

Expand Down

0 comments on commit 9e34b52

Please sign in to comment.