From f4906899ee74995c7a743571fcb2e7f10b7b840a Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Wed, 11 Dec 2024 17:35:44 -0500 Subject: [PATCH] Add instructions for running tests --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b49b3a0..cdf059f 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ llc out.ll -o out.s gcc out.s -o out ./out ``` + +## Running Tests +```shell +cabal run windows12-qc +```