💕 Adding assignment 2
This commit is contained in:
12
a2/a2-handout/runtests.hs
Normal file
12
a2/a2-handout/runtests.hs
Normal file
@ -0,0 +1,12 @@
|
||||
import qualified APL.Check_Tests
|
||||
import qualified APL.Eval_Tests
|
||||
import Test.Tasty (defaultMain, testGroup)
|
||||
|
||||
main :: IO ()
|
||||
main =
|
||||
defaultMain $
|
||||
testGroup
|
||||
"APL"
|
||||
[ APL.Eval_Tests.tests,
|
||||
APL.Check_Tests.tests
|
||||
]
|
Reference in New Issue
Block a user