summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-03-23 15:44:35 +1100
committerJed Barber <jjbarber@y7mail.com>2014-03-23 15:44:35 +1100
commit8dbe6cd9102211f7b5a265c7209685c4aa026fb6 (patch)
tree5317f9a8944c107b99bf2532af8ca7333555e24c /test.hs
parentba22791c6f61582b498fc853189fa52129110587 (diff)
Tests for unlambda interpreter
Diffstat (limited to 'test.hs')
-rw-r--r--test.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.hs b/test.hs
index a3c4fac..5fc3533 100644
--- a/test.hs
+++ b/test.hs
@@ -23,3 +23,7 @@ main = do
putStrLn "\nUnlambda Parser"
runTestTT Unlambda.Test.parserTests
+ putStrLn "\nUnlambda Interpreter"
+ tests <- Unlambda.Test.interpreterTests
+ runTestTT tests
+