aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2022-09-22 22:29:38 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-05 14:21:51 +0200
commit12ac2354ffca7a221cb4535354eb86907bfceea7 (patch)
treee91d72e94313b3efb36e08cfa1b8eaff77a4ba86 /test
parent1ce7af69533658ec88971a1c53eb4a158bb66e48 (diff)
Initial commit
Diffstat (limited to 'test')
-rw-r--r--test/Spec.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Spec.hs b/test/Spec.hs
new file mode 100644
index 0000000..cd4753f
--- /dev/null
+++ b/test/Spec.hs
@@ -0,0 +1,2 @@
+main :: IO ()
+main = putStrLn "Test suite not yet implemented"