cardano-crypto-1.3.0: test/Test/Cardano.hs
{-# LANGUAGE OverloadedStrings #-}
module Test.Cardano
( tests
) where
import Foundation.Check
import qualified Test.Cardano.Crypto as Crypto
tests :: Test
tests = Group "Cardano"
[ Crypto.tests
]