packages feed

haskus-utils-0.8.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
import Haskus.Tests.Utils.Solver

testsUtils :: TestTree
testsUtils = testGroup "Utils"
   [ testsHArray
   , testsVariant
   , testsSolver
   ]