renamed ‘oldtests’ → ‘old-tests’ for readability

This commit is contained in:
mrkkrp 2015-08-03 13:23:52 +06:00
parent 19b8aaba16
commit 274eca9706
10 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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