mirror of https://github.com/voidlizard/hbs2
tests
This commit is contained in:
parent
21d0828a52
commit
a3924fb4a3
|
@ -42,6 +42,8 @@ common common-deps
|
||||||
, vector
|
, vector
|
||||||
, data-default
|
, data-default
|
||||||
, mwc-random
|
, mwc-random
|
||||||
|
, timeit
|
||||||
|
, unordered-containers
|
||||||
|
|
||||||
common shared-properties
|
common shared-properties
|
||||||
ghc-options:
|
ghc-options:
|
||||||
|
@ -86,21 +88,7 @@ common shared-properties
|
||||||
, TypeFamilies
|
, TypeFamilies
|
||||||
|
|
||||||
|
|
||||||
-- test-suite test-peer
|
test-suite test-skey
|
||||||
-- 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
|
|
||||||
import: shared-properties
|
import: shared-properties
|
||||||
import: common-deps
|
import: common-deps
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
@ -109,32 +97,46 @@ executable test-peer-run
|
||||||
|
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
|
|
||||||
-- type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
main-is: Peer2Main.hs
|
main-is: TestSKey.hs
|
||||||
|
|
||||||
build-depends:
|
|
||||||
base ^>=4.15.1.0, hbs2-core, hbs2-storage-simple
|
-- executable test-peer-run
|
||||||
, async
|
-- import: shared-properties
|
||||||
, bytestring
|
-- import: common-deps
|
||||||
, cache
|
-- default-language: Haskell2010
|
||||||
, containers
|
|
||||||
, directory
|
-- other-modules:
|
||||||
, filepath
|
|
||||||
, hashable
|
-- -- other-extensions:
|
||||||
, microlens-platform
|
|
||||||
, mtl
|
-- -- type: exitcode-stdio-1.0
|
||||||
, prettyprinter
|
-- hs-source-dirs: test
|
||||||
, QuickCheck
|
-- main-is: Peer2Main.hs
|
||||||
, random
|
|
||||||
, safe
|
-- build-depends:
|
||||||
, serialise
|
-- base ^>=4.15.1.0, hbs2-core, hbs2-storage-simple
|
||||||
, stm
|
-- , async
|
||||||
, streaming
|
-- , bytestring
|
||||||
, tasty
|
-- , cache
|
||||||
, tasty-hunit
|
-- , containers
|
||||||
, transformers
|
-- , directory
|
||||||
, uniplate
|
-- , filepath
|
||||||
, vector
|
-- , hashable
|
||||||
, data-default
|
-- , microlens-platform
|
||||||
, mwc-random
|
-- , mtl
|
||||||
|
-- , prettyprinter
|
||||||
|
-- , QuickCheck
|
||||||
|
-- , random
|
||||||
|
-- , safe
|
||||||
|
-- , serialise
|
||||||
|
-- , stm
|
||||||
|
-- , streaming
|
||||||
|
-- , tasty
|
||||||
|
-- , tasty-hunit
|
||||||
|
-- , transformers
|
||||||
|
-- , uniplate
|
||||||
|
-- , vector
|
||||||
|
-- , data-default
|
||||||
|
-- , mwc-random
|
||||||
|
|
Loading…
Reference in New Issue