Skip to content

Commit

Permalink
Remove doctests as a separate test suite section
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Dec 14, 2024
1 parent 19a2bbc commit bbc48d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
19 changes: 0 additions & 19 deletions Color/Color.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -160,25 +160,6 @@ test-suite tests
-threaded
-freduction-depth=0

test-suite doctests
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: doctests.hs
build-depends: base
if impl(ghc >= 8.2) && impl(ghc < 8.10)
build-depends: doctest >=0.16
, QuickCheck
, Color
, JuicyPixels
default-language: Haskell2010
ghc-options: -Wall
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wredundant-constraints
-fno-warn-orphans
-threaded


benchmark conversion
type: exitcode-stdio-1.0
hs-source-dirs: bench
Expand Down
16 changes: 0 additions & 16 deletions Color/tests/doctests.hs

This file was deleted.

0 comments on commit bbc48d0

Please sign in to comment.