packages feed

galois-field-1.0.0: test/Main.hs

module Main where

import Protolude

import Test.Tasty

import Test.Binary
import Test.Extension
import Test.Prime

main :: IO ()
main = defaultMain $
  testGroup "Tests" [testPrime, testExtension, testBinary]