diff --git a/hbs2-tests/hbs2-tests.cabal b/hbs2-tests/hbs2-tests.cabal index 3bf3ce96..228aaf14 100644 --- a/hbs2-tests/hbs2-tests.cabal +++ b/hbs2-tests/hbs2-tests.cabal @@ -42,6 +42,8 @@ common common-deps , vector , data-default , mwc-random + , timeit + , unordered-containers common shared-properties ghc-options: @@ -86,21 +88,7 @@ common shared-properties , TypeFamilies --- test-suite test-peer --- import: shared-properties --- import: common-deps --- default-language: Haskell2010 - --- other-modules: - --- -- other-extensions: - --- type: exitcode-stdio-1.0 --- hs-source-dirs: test --- main-is: Peer2Main.hs - - -executable test-peer-run +test-suite test-skey import: shared-properties import: common-deps default-language: Haskell2010 @@ -109,32 +97,46 @@ executable test-peer-run -- other-extensions: - -- type: exitcode-stdio-1.0 + type: exitcode-stdio-1.0 hs-source-dirs: test - main-is: Peer2Main.hs + main-is: TestSKey.hs - build-depends: - base ^>=4.15.1.0, hbs2-core, hbs2-storage-simple - , async - , bytestring - , cache - , containers - , directory - , filepath - , hashable - , microlens-platform - , mtl - , prettyprinter - , QuickCheck - , random - , safe - , serialise - , stm - , streaming - , tasty - , tasty-hunit - , transformers - , uniplate - , vector - , data-default - , mwc-random + +-- executable test-peer-run +-- import: shared-properties +-- import: common-deps +-- default-language: Haskell2010 + +-- other-modules: + +-- -- other-extensions: + +-- -- type: exitcode-stdio-1.0 +-- hs-source-dirs: test +-- main-is: Peer2Main.hs + +-- build-depends: +-- base ^>=4.15.1.0, hbs2-core, hbs2-storage-simple +-- , async +-- , bytestring +-- , cache +-- , containers +-- , directory +-- , filepath +-- , hashable +-- , microlens-platform +-- , mtl +-- , prettyprinter +-- , QuickCheck +-- , random +-- , safe +-- , serialise +-- , stm +-- , streaming +-- , tasty +-- , tasty-hunit +-- , transformers +-- , uniplate +-- , vector +-- , data-default +-- , mwc-random