packages feed

integer-logarithms-1.0.2: test-suite/Test.hs

import Test.Tasty

import qualified Math.NumberTheory.LogarithmsTests as Logarithms

main :: IO ()
main = defaultMain tests

tests :: TestTree
tests = testGroup "All"
    [ Logarithms.testSuite
    ]