aboutsummaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-13 16:35:10 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-13 16:35:10 +0530
commit7553b33b4d3caedd5650953acf7ae440f2154735 (patch)
tree9649b4061be6d40f42b6d9dc285a70b65b4b3575 /specs
downloadchelleport-7553b33b4d3caedd5650953acf7ae440f2154735.tar.gz
chelleport-7553b33b4d3caedd5650953acf7ae440f2154735.zip
Init commit with hello world shit
Diffstat (limited to 'specs')
-rw-r--r--specs/Main.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/specs/Main.hs b/specs/Main.hs
new file mode 100644
index 0000000..436c6aa
--- /dev/null
+++ b/specs/Main.hs
@@ -0,0 +1,8 @@
+module Main (main) where
+
+import qualified Specs.ParserSpec
+import Test.Hspec (hspec)
+
+main :: IO ()
+main = hspec $ do
+ Specs.ParserSpec.test