lib: tests/ -> test/

This commit is contained in:
Simon Michael 2018-08-18 15:11:48 +01:00
parent fa6f0e8d1a
commit 582e088325
5 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 297d8918f59c94ceae6e61bc5df3a67247c22d5cd135ae9f9ffc8fd84cf144d7
-- hash: d57b8219639b29c3affb66a7fd2b59fd95ab75cdc827801f6dadc691643bd048
name: hledger-lib
version: 1.10.99
@ -198,7 +198,7 @@ test-suite doctests
Paths_hledger_lib
hs-source-dirs:
./.
tests
test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
build-depends:
Decimal
@ -298,7 +298,7 @@ test-suite easytests
Paths_hledger_lib
hs-source-dirs:
./.
tests
test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
build-depends:
Decimal
@ -398,7 +398,7 @@ test-suite hunittests
Paths_hledger_lib
hs-source-dirs:
./.
tests
test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
build-depends:
Decimal

View File

@ -154,7 +154,7 @@ tests:
doctests:
main: doctests.hs
source-dirs: tests
source-dirs: test
dependencies:
- Glob >=0.7
- doctest >=0.8
@ -168,7 +168,7 @@ tests:
hunittests:
main: hunittests.hs
source-dirs: tests
source-dirs: test
dependencies:
- hledger-lib
- test-framework
@ -176,6 +176,6 @@ tests:
easytests:
main: easytests.hs
source-dirs: tests
source-dirs: test
dependencies:
- hledger-lib