diff options
Diffstat (limited to 'specs/Main.hs')
| -rw-r--r-- | specs/Main.hs | 8 |
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 |
