This commit is contained in:
2024-10-16 13:07:54 +02:00
parent b0b087648c
commit 775013b825
6 changed files with 350 additions and 0 deletions

View File

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