This commit is contained in:
2024-10-11 14:41:07 +02:00
parent 38b4e22c1e
commit e994dbda38
9 changed files with 53 additions and 24 deletions

6
a5/runtests.hs Normal file
View File

@ -0,0 +1,6 @@
import qualified APL.Tests
import Test.Tasty (defaultMain)
import Test.Tasty.QuickCheck (testProperties)
main :: IO ()
main = defaultMain (testProperties "APL properties" APL.Tests.properties)