summaryrefslogtreecommitdiff
path: root/rts/TraverseHeapTest.c
Commit message (Collapse)AuthorAgeFilesLines
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
| | | | | | is used outside of the rts so we do this rather than just fish it out of the repo in ad-hoc way, in order to make packages in this repo more self-contained.
* rts: TraverseHeap: Add a basic testDaniel Gröber2021-02-171-0/+219
For now this just tests that the order of the callbacks is what we expect for a couple of synthetic heap graphs.