first commit
This commit is contained in:
commit
ef58d5b07e
34 changed files with 2210 additions and 0 deletions
10
tests/unittests.hs
Normal file
10
tests/unittests.hs
Normal file
|
@ -0,0 +1,10 @@
|
|||
import Prelude
|
||||
|
||||
import Test.Tasty
|
||||
|
||||
import qualified Tests.Example.Project
|
||||
|
||||
main :: IO ()
|
||||
main = defaultMain $ testGroup "."
|
||||
[ Tests.Example.Project.tests
|
||||
]
|
Reference in a new issue