From 8a3405146b918ef18a42aca1bcdac55a8c484c47 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 3 Mar 2022 15:57:46 +0100 Subject: Tests --- test/Fun.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/Fun.hs (limited to 'test/Fun.hs') 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 -- cgit v1.2.3