✨
This commit is contained in:
5
a4/runtests.hs
Normal file
5
a4/runtests.hs
Normal file
@ -0,0 +1,5 @@
|
||||
import qualified APL.Interp_Tests
|
||||
import Test.Tasty (defaultMain)
|
||||
|
||||
main :: IO ()
|
||||
main = defaultMain APL.Interp_Tests.tests
|
Reference in New Issue
Block a user