mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-23 19:38:05 +03:00
renamed ‘oldtests’ → ‘old-tests’ for readability
This commit is contained in:
parent
19b8aaba16
commit
274eca9706
@ -34,7 +34,7 @@ after_script:
|
|||||||
--exclude-dir=tests
|
--exclude-dir=tests
|
||||||
--exclude-dir=oldtests
|
--exclude-dir=oldtests
|
||||||
--exclude-dir=benchmarks
|
--exclude-dir=benchmarks
|
||||||
tests oldtests
|
tests old-tests
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
@ -81,9 +81,9 @@ library
|
|||||||
ghc-options: -O2 -Wall
|
ghc-options: -O2 -Wall
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
test-suite oldtests
|
test-suite old-tests
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
hs-source-dirs: oldtests
|
hs-source-dirs: old-tests
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
other-modules: Bugs
|
other-modules: Bugs
|
||||||
, Bugs.Bug2
|
, Bugs.Bug2
|
||||||
|
Loading…
Reference in New Issue
Block a user