Option to run test suites after sdist
#1141
Labels
old-milestone: ⊥
Moved from https://github.com/haskell/cabal/milestone/5
re: extra-source-files
type: enhancement
Milestone
Just floating an idea here. A very common test suite failure is that some source file is included in source control, but not included in the sdist. Usually the fix is simple: add the extra file to
extra-source-files
. But it would be nice to have this kind of check built intocabal-install
. Perhaps something along the lines of exposingcabal sdist --check
which:cabal check
cabal configure --enable-tests && cabal build && cabal test
from that folder.The text was updated successfully, but these errors were encountered: