aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/Main.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix test failures on Windows (#564)Yuji Yamamoto2017-07-031-1/+3
| | | | | | | | | | * Ignore .stack-work * Fix for windows: use nul instead of /dev/null * Fix for windows: canonicalize line separator * Also normalize osx line endings
* testsuite: Rework handling of output sanitizationBen Gamari2016-02-081-1/+2
| | | | | | | | | Previously un-cleaned artifacts were kept as reference output, making it difficult to tell what has changed and causing spurious changes in the version control history. Here we rework this, cleaning the output during acceptance. To accomplish this it was necessary to move to strict I/O to ensure the reference handle was closed before accept attempts to open the reference file.
* Add appropriate .gitignore entry and configure Hoogle test suite.Łukasz Hanuszczak2015-08-221-1/+5
|
* Setup test suite for Hoogle backend.Łukasz Hanuszczak2015-08-221-0/+27