Run interpreted tests #2068
Labels
Cabal: cmd/test
can-workaround
There is a (maybe partial) workaround for the issue or missing feature
old-milestone: ⊥
Moved from https://github.com/haskell/cabal/milestone/5
type: enhancement
Milestone
@ezyang suggested in #2058 that a flag (such as
--interpreted
) be added tocabal test
which would make Cabal run the test suites through the interpreter, rather than recompiling them. This will be faster in many instances because it avoids linking. We should not do this for benchmarks, because interpreted code isn't optimized.The text was updated successfully, but these errors were encountered: