mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-05 20:41:35 -07:00
Allow stripping unit tests
This commit is contained in:
parent
da4072a118
commit
32af2783f0
7 changed files with 92 additions and 12 deletions
|
@ -86,8 +86,8 @@ executable shellcheck
|
|||
json >= 0.3.6,
|
||||
mtl >= 2.2.1,
|
||||
parsec >= 3.0,
|
||||
regex-tdfa,
|
||||
QuickCheck >= 2.7.4
|
||||
QuickCheck >= 2.7.4,
|
||||
regex-tdfa
|
||||
main-is: shellcheck.hs
|
||||
|
||||
test-suite test-shellcheck
|
||||
|
@ -100,7 +100,7 @@ test-suite test-shellcheck
|
|||
json,
|
||||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
regex-tdfa,
|
||||
QuickCheck >= 2.7.4
|
||||
QuickCheck >= 2.7.4,
|
||||
regex-tdfa
|
||||
main-is: test/shellcheck.hs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue