test: Testing caught me doing stupid stuff
This commit is contained in:
parent
cff27337e7
commit
c78d261a1b
7 changed files with 87 additions and 6 deletions
10
test/Spec.hs
10
test/Spec.hs
|
@ -1,2 +1,10 @@
|
|||
|
||||
-- test framework
|
||||
import Test.Tasty (defaultMain)
|
||||
import qualified Test.Tasty as Tasty
|
||||
import qualified Test.Language.Json.Type
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Test suite not yet implemented"
|
||||
main = defaultMain $ Tasty.testGroup "all"
|
||||
[ Test.Language.Json.Type.testGroup
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue