module Trans.Test where

import Test.Tasty
import qualified Trans.Bool.Test as Bool

tests :: TestTree
tests =
	testGroup "Trans"
	 [ Bool.tests
	 ]