Skip to content

Commit

Permalink
Fix viz generation instructions (#10)
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 committed Jan 22, 2024
1 parent 9629c74 commit 5838c03
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 5838c03

Please sign in to comment.