aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-09 16:46:12 +0100
committerYann Herklotz <git@yannherklotz.com>2022-03-09 16:46:12 +0100
commit532aefeac1c9e454c85a8314a515ebfb701c0738 (patch)
treef56cbec18533c26a6a9561ba17eb0917e14017ff /test
downloadchoc-532aefeac1c9e454c85a8314a515ebfb701c0738.tar.gz
choc-532aefeac1c9e454c85a8314a515ebfb701c0738.zip
Add initial files
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"