File tree Expand file tree Collapse file tree 3 files changed +222
-44
lines changed
tests/filepath-equivalent-tests Expand file tree Collapse file tree 3 files changed +222
-44
lines changed Original file line number Diff line number Diff line change 50
50
set -eux
51
51
cabal update
52
52
cabal build --enable-tests --enable-benchmarks
53
- cabal test
53
+ cabal test --test-show-details=direct filepath-tests
54
+ cabal test --test-show-details=direct --test-options='--quickcheck-tests 50_000' filepath-equivalent-tests
55
+ cabal test --test-show-details=direct abstract-filepath
54
56
cabal bench
55
57
cabal haddock
56
58
cabal check
Original file line number Diff line number Diff line change @@ -138,8 +138,12 @@ test-suite filepath-equivalent-tests
138
138
, base
139
139
, bytestring >= 0.11.3.0
140
140
, filepath
141
+ , generic-random
142
+ , generic-deriving
141
143
, os-string >= 2.0.1
142
144
, QuickCheck >= 2.7 && < 2.15
145
+ , tasty
146
+ , tasty-quickcheck
143
147
144
148
test-suite abstract-filepath
145
149
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments