diff --git a/hbs2-core/hbs2-core.cabal b/hbs2-core/hbs2-core.cabal index b0c5f421..5eccf41d 100644 --- a/hbs2-core/hbs2-core.cabal +++ b/hbs2-core/hbs2-core.cabal @@ -105,3 +105,36 @@ library hs-source-dirs: lib default-language: Haskell2010 + + +test-suite test + import: shared-properties + default-language: Haskell2010 + + other-modules: TestFakeMessaging + + -- other-extensions: + + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + build-depends: + base ^>=4.15.1.0, hbs2-core + , bytestring + , containers + , hashable + , microlens-platform + , mtl + , prettyprinter + , random + , safe + , serialise + , tasty + , tasty-hunit + , transformers + , uniplate + , vector + + + + diff --git a/hbs2-core/test/TestFakeMessaging.hs b/hbs2-core/test/TestFakeMessaging.hs new file mode 100644 index 00000000..536133d3 --- /dev/null +++ b/hbs2-core/test/TestFakeMessaging.hs @@ -0,0 +1,3 @@ +module TestFakeMessaging where + +