This commit is contained in:
2024-09-28 15:16:53 +02:00
parent 0dccdc0a95
commit 18c54613aa
8 changed files with 0 additions and 0 deletions

5
a3/runtests.hs Normal file
View File

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