1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-22 17:32:01 +00:00
SixtyPical/tests/SixtyPical Callgraph.md
2019-10-21 21:23:14 +01:00

609 B

SixtyPical Callgraph

This is a test suite, written in Falderal format, for the ability of a SixtyPical analyzer to construct a callgraph of which routines call which other routines, and its ability to discover which routines will never be called.

-> Tests for functionality "Dump callgraph info for SixtyPical program"

The main routine is always called.

| define main routine
| {
| }
= {
=     "main": {
=         "potentially-called-by": [],
=         "potentially-calls": []
=     }
= }