From ff67e15208c70691e404c02819854b394a81cdd4 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Wed, 23 Oct 2019 10:34:37 +0100 Subject: [PATCH] Link to new test suite from README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce15afa..a6c0eed 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ In order to run the tests for compilation, [dcc6502][] needs to be installed. * [Literate test suite for SixtyPical analysis (control flow)](tests/SixtyPical%20Control%20Flow.md) * [Literate test suite for SixtyPical compilation](tests/SixtyPical%20Compilation.md) * [Literate test suite for SixtyPical fallthru optimization](tests/SixtyPical%20Fallthru.md) +* [Literate test suite for SixtyPical callgraph construction](tests/SixtyPical%20Callgraph.md) Documentation -------------