| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | regression: using statements not working properly. Fixed. | Josh Rahm | 2024-10-28 |
| | | |||
| * | Add system to spec for running integration shell scirpts. | Josh Rahm | 2024-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 Rahm | 2024-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. | |||