packages feed

dovin-0.1.0.0: test/TestSolutions.hs

module TestSolutions where

import TestPrelude

import qualified Solutions

test_Solutions = testGroup "Solutions" $
  map solutionTestCase Solutions.all

solutionTestCase (name, solution, _) = prove name solution