mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 17:54:53 +09:00
Not-yet-added empty test suite
This commit is contained in:
parent
6f785d8e9a
commit
644670b494
1 changed files with 14 additions and 2 deletions
16
vervis.cabal
16
vervis.cabal
|
@ -337,5 +337,17 @@ test-suite test
|
||||||
, aeson
|
, aeson
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|
||||||
|
-- test-suite test-graph
|
||||||
|
-- main-is: Test.hs
|
||||||
|
-- build-depends: base
|
||||||
|
-- , fgl
|
||||||
|
-- , fgl-arbitrary
|
||||||
|
-- , hspec
|
||||||
|
-- , vervis
|
||||||
|
-- hs-source-dirs: test
|
||||||
|
-- default-language: Haskell2010
|
||||||
|
-- ghc-options: -Wall
|
||||||
|
-- type: exitcode-stdio-1.0
|
||||||
|
|
Loading…
Reference in a new issue