add stubbed out test suite, CHANGELOG, LICENSE
This commit is contained in:
parent
ea96690e6a
commit
1576a5024b
6 changed files with 249 additions and 9 deletions
12
test/Spec.hs
Normal file
12
test/Spec.hs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
import Prelude
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
import Test.Tasty (defaultMain, testGroup)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
main :: IO ()
|
||||
main = defaultMain $ testGroup "Suites" []
|
||||
Loading…
Add table
Add a link
Reference in a new issue