test-notify moved to hbs2-tests

This commit is contained in:
Dmitry Zuikov 2023-10-31 07:58:04 +03:00
parent 41ace9c87b
commit 88df87a1d5
3 changed files with 46 additions and 44 deletions

View File

@ -256,47 +256,3 @@ test-suite test
, resourcet
test-suite test-notify
import: shared-properties
default-language: Haskell2010
-- other-extensions:
type: exitcode-stdio-1.0
hs-source-dirs: test/notify-unix
main-is: Main.hs
build-depends:
base, hbs2-core
, async
, bytestring
, cache
, containers
, directory
, hashable
, microlens-platform
, mtl
, prettyprinter
, QuickCheck
, quickcheck-instances
, random
, safe
, serialise
, stm
, streaming
, tasty
, tasty-quickcheck
, tasty-hunit
, tasty-quickcheck
, transformers
, uniplate
, vector
, saltine
, simple-logger
, string-conversions
, filepath
, temporary
, unliftio
, unordered-containers
, resourcet

View File

@ -857,3 +857,49 @@ executable create-raw-tx
-- , uniplate
-- , vector
-- , fast-logger
executable test-notify
import: shared-properties
default-language: Haskell2010
-- other-extensions:
type: exitcode-stdio-1.0
hs-source-dirs: test/notify-unix
main-is: Main.hs
build-depends:
base, hbs2-core
, async
, bytestring
, cache
, containers
, directory
, hashable
, microlens-platform
, mtl
, prettyprinter
, QuickCheck
, quickcheck-instances
, random
, safe
, serialise
, stm
, streaming
, tasty
, tasty-quickcheck
, tasty-hunit
, tasty-quickcheck
, transformers
, uniplate
, vector
, saltine
, simple-logger
, string-conversions
, filepath
, temporary
, unliftio
, unordered-containers
, resourcet