This commit is contained in:
2024-09-28 15:13:45 +02:00
parent 31a4cdaca8
commit 0dccdc0a95
10 changed files with 549 additions and 0 deletions

5
a4/runtests.hs Normal file
View File

@ -0,0 +1,5 @@
import qualified APL.Interp_Tests
import Test.Tasty (defaultMain)
main :: IO ()
main = defaultMain APL.Interp_Tests.tests