Skip to content

Commit

Permalink
Fix viz generation instructions
Browse files Browse the repository at this point in the history
The readme seemed to reference an outdated make command to regenerate the visualizations (sorry I likely forgot to update it before).

This clarifies that they are updated when the tests are run.
  • Loading branch information
saulshanabrook authored Jan 20, 2024
1 parent 9629c74 commit 3239c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Don't forget to add something to `root_eclasses` on the resulting serialized egr
Check out the [`./tests-viz`](./tests-viz/README.md) directory to view visualizations of all the test cases with Graphviz.


To remake them, run `make tests-viz` from the root of this repo. You'll need to have [Graphviz](https://graphviz.org/) installed.
To remake them, run `make tests` from the root of this repo. Any tests that don't have SVG visualizations created yet will be generated. You'll need to have [Graphviz](https://graphviz.org/) installed.

0 comments on commit 3239c54

Please sign in to comment.