aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Spec.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Spec.hs b/test/Spec.hs
index cd4753f..a1a07c6 100644
--- a/test/Spec.hs
+++ b/test/Spec.hs
@@ -1,2 +1,4 @@
+import Lib (someFunc)
+
main :: IO ()
-main = putStrLn "Test suite not yet implemented"
+main = someFunc