[commit: packages/directory] master: Add new test suite, including tests for get/setModificationTime (c63b88d)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 09:50:51 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c63b88d628cba4c20cc9de914c094509c1e65dab/directory
>---------------------------------------------------------------
commit c63b88d628cba4c20cc9de914c094509c1e65dab
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Fri May 29 20:30:34 2015 -0400
Add new test suite, including tests for get/setModificationTime
For various reasons outlined in this issue #19 [1], the existing test
suite does not serve our needs well and needs to be (eventually)
replaced with a simple Cabal test suite. This commit implements the
skeleton for the new test suite with a simple example for
get/setModificationTime.
[1]: https://github.com/haskell/directory/issues/19#issuecomment-105094988
>---------------------------------------------------------------
c63b88d628cba4c20cc9de914c094509c1e65dab
directory.cabal | 10 +++
tests/Main.hs | 7 ++
tests/ModificationTime.hs | 22 +++++++
tests/Util.hs | 163 ++++++++++++++++++++++++++++++++++++++++++++++
tests/util.inl | 4 ++
5 files changed, 206 insertions(+)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc c63b88d628cba4c20cc9de914c094509c1e65dab
More information about the ghc-commits
mailing list