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=oldtests
|
||||
--exclude-dir=benchmarks
|
||||
tests oldtests
|
||||
tests old-tests
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
@ -81,9 +81,9 @@ library
|
||||
ghc-options: -O2 -Wall
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite oldtests
|
||||
test-suite old-tests
|
||||
main-is: Main.hs
|
||||
hs-source-dirs: oldtests
|
||||
hs-source-dirs: old-tests
|
||||
type: exitcode-stdio-1.0
|
||||
other-modules: Bugs
|
||||
, Bugs.Bug2
|
||||
|
Loading…
Reference in New Issue
Block a user