commit | 262110d395a81aa1e1fbaa94c11b218c8ca610fd | [log] [tgz] |
---|---|---|
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Tue Aug 24 06:35:55 2021 +0200 |
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Tue Aug 24 20:50:00 2021 +0200 |
tree | 0e3798d3b003bd98e76e0e7f3d096bdd461e10ff | |
parent | e4144ba8229735cf68e9f512cfa914b6dbf8cfd7 [diff] [blame] |
Initial checkin. Change-Id: Ib0f503f39cedb6fcc11f80a3b309e4cbb7ed438f
diff --git a/test/Main.hs b/test/Main.hs new file mode 100644 index 0000000..2dd6130 --- /dev/null +++ b/test/Main.hs
@@ -0,0 +1,12 @@ +import qualified Mulkup.ConfigSpec +import Mulkup.Prelude +import Test.Tasty + +main :: IO () +main = defaultMain tests + +tests :: TestTree +tests = + testGroup + "Tests" + [Mulkup.ConfigSpec.cases]