From 5838c036623e91540831745b1574539e01c8cb23 Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Mon, 22 Jan 2024 12:30:59 -0500 Subject: [PATCH] Fix viz generation instructions (#10) 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0c795f..4934ff1 100644 --- a/README.md +++ b/README.md @@ -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.