module Main (main) where

import Test.Cardano.Base.IP (tests)
import Test.Hspec (describe, hspec)

main :: IO ()
IO ()
main = Spec -> IO ()
hspec (Spec -> IO ()) -> Spec -> IO ()
forall a b. (a -> b) -> a -> b
$ String -> Spec -> Spec
forall a. HasCallStack => String -> SpecWith a -> SpecWith a
describe String
"cardano-base" Spec
tests