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