octane-0.4.16: test-suite/OctaneSpec.hs
module OctaneSpec (spec) where
import Test.Tasty.Hspec
import qualified Octane.MainSpec
import qualified Octane.TypeSpec
spec :: Spec
spec = describe "Octane" $ do
Octane.MainSpec.spec
Octane.TypeSpec.spec