Add instructions for running tests

This commit is contained in:
2024-12-11 17:35:44 -05:00
parent d66f1e1401
commit f4906899ee

View File

@ -8,3 +8,8 @@ llc out.ll -o out.s
gcc out.s -o out
./out
```
## Running Tests
```shell
cabal run windows12-qc
```