packages feed

foldl-incremental-0.1.0.0: test/test.hs

import qualified TestIncremental
import           Test.Tasty

main :: IO ()
main = defaultMain tests

tests :: TestTree
tests = testGroup "Tests" [tests']

tests' :: TestTree
tests' = testGroup "tests"
  [ TestIncremental.quickTests
  ]