diff options
author | Marvin Borner | 2022-03-03 15:57:46 +0100 |
---|---|---|
committer | Marvin Borner | 2022-03-03 15:57:46 +0100 |
commit | 8a3405146b918ef18a42aca1bcdac55a8c484c47 (patch) | |
tree | 62eb5eed4a1293d111d4d0d3fb3fe63bc5afb7ab /test/Fun.hs | |
parent | 4d5aa27a4636abcf58afeec83e598118eb02fb5c (diff) |
Tests
Diffstat (limited to 'test/Fun.hs')
-rw-r--r-- | test/Fun.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Fun.hs b/test/Fun.hs new file mode 100644 index 0000000..ea9dbf8 --- /dev/null +++ b/test/Fun.hs @@ -0,0 +1,8 @@ +module Main where + +import FunTests.Parser +import Test.HUnit + +main :: IO Counts +main = do + parserTest |