hnix-store/cabal.project.local.ci
Richard Marko 42f56f504f hnix-store-tests: init
Split from `-core` so it doesn't depend on quickcheck,
generic-arbitrary and quickcheck-instances that could propagate downstrem.
Also allows users to defined their own.

With all roundtrip property tests.

Later this should also absorb test nix-store/daemon harness from
`-remote` so it can be reused by others.
2023-11-20 09:22:05 +01:00

14 lines
301 B
Plaintext

tests: True
package hnix-store-core
ghc-options: -Wunused-packages -Wall -Werror
package hnix-store-db
ghc-options: -Wunused-packages -Wall -Werror
package hnix-store-remote
ghc-options: -Wunused-packages -Wall -Werror
package hnix-store-tests
ghc-options: -Wunused-packages -Wall -Werror