This commit is contained in:
2024-10-10 11:14:29 +02:00
parent 8d35d03be6
commit 38b4e22c1e
10 changed files with 679 additions and 0 deletions

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)