aboutsummaryrefslogtreecommitdiff
path: root/compiler/test
diff options
context:
space:
mode:
authorpacien2019-12-21 19:28:58 +0100
committerpacien2019-12-21 19:28:58 +0100
commitbbae6ddb97c0825f6b0b689f4d9eeac67515d1c1 (patch)
treefcf7b89c21b56a6587e53a1cb8e7678cba0b79bb /compiler/test
parent91d3148f97ca59769648f9307f3d7e65b1bd7e95 (diff)
downloadldgallery-bbae6ddb97c0825f6b0b689f4d9eeac67515d1c1.tar.gz
compiler: init stack project
Diffstat (limited to 'compiler/test')
-rw-r--r--compiler/test/Spec.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/test/Spec.hs b/compiler/test/Spec.hs
new file mode 100644
index 0000000..cd4753f
--- /dev/null
+++ b/compiler/test/Spec.hs
@@ -0,0 +1,2 @@
1main :: IO ()
2main = putStrLn "Test suite not yet implemented"