From 4fe447b38172b78a45e0b15277124f924b4bd29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 25 Feb 2020 14:33:03 -0800 Subject: Call someFunc from the test --- test/Spec.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3