summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* regression: using statements not working properly. Fixed.Josh Rahm2024-10-28
|
* Add system to spec for running integration shell scirpts.Josh Rahm2024-10-09
| | | | | | The spec will recursively go through the test directories and look for `test.sh` files. If it finds one, it will run it. If the script returns 0, then the test passes, otherwise the test fails.
* Prepare code to make testing much easier.Josh Rahm2024-10-09
This is primarily done by making more things json and by instrumenting which stage in compilation to dump and others. This means I can make bash scripts for end to end testing.