aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-08-14 23:41:18 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-08-14 23:41:18 +0100
commita9c6c592595d1b893e10c5d682146c003f8ec1c1 (patch)
tree846e52092843643dfa4c42323ef1b027e0956ed8 /README.md
parent641de5e4f68385da3b53bfc532c2d6585a6d958d (diff)
downloadmicro-lang-hs-a9c6c592595d1b893e10c5d682146c003f8ec1c1.tar.gz
micro-lang-hs-a9c6c592595d1b893e10c5d682146c003f8ec1c1.zip
Introduced tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e5b990c..4e26eeb 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,12 @@ Requires Haskel and Cabal:
cabal run micro2
```
+To run the tests use:
+
+```
+cabal test
+```
+
## Running the compiler
TODO