add stubbed out test suite, CHANGELOG, LICENSE

This commit is contained in:
Emily Martins 2022-01-13 16:31:00 +01:00
parent ea96690e6a
commit 1576a5024b
6 changed files with 249 additions and 9 deletions

12
test/Spec.hs Normal file
View file

@ -0,0 +1,12 @@
--------------------------------------------------------------------------------
import Prelude
--------------------------------------------------------------------------------
import Test.Tasty (defaultMain, testGroup)
--------------------------------------------------------------------------------
main :: IO ()
main = defaultMain $ testGroup "Suites" []