Add instructions for running tests

This commit is contained in:
Ethan Girouard 2024-12-11 17:35:44 -05:00
parent d66f1e1401
commit f4906899ee
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

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
```