This commit is contained in:
Ilya Rezvov
2018-01-18 16:07:04 -08:00
commit 10011f6fb2
8 changed files with 402 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module Main (
main
) where
import Test.Tasty
import Test.Tasty.HUnit
import Language.Wasm (something)
main :: IO ()
main = defaultMain $ testGroup "Test Suite" []