haskus-utils-1.1: src/tests/Haskus/Tests/Utils.hs
module Haskus.Tests.Utils where import Test.Tasty import Haskus.Tests.Utils.HArray import Haskus.Tests.Utils.Solver testsUtils :: TestTree testsUtils = testGroup "Utils" [ testsHArray , testsSolver ]
module Haskus.Tests.Utils where import Test.Tasty import Haskus.Tests.Utils.HArray import Haskus.Tests.Utils.Solver testsUtils :: TestTree testsUtils = testGroup "Utils" [ testsHArray , testsSolver ]