aboutsummaryrefslogtreecommitdiff
path: root/test/wiptest/run.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-02delete these fixtures which are no longer relevantGravatar Jarred Sumner 1-300/+0
2022-07-16test(wiptest): add a way to test wiptest (#699)Gravatar thislooksfun 1-0/+300
This adds a really basic test runner that will execute test files using `bun wiptest` and compare the output to make sure it's correct. It could definitely be improved, especially in the speed department, but it's at least functional now, which is better than we had before!