[commit: packages/filepath] master: Change the .ghci things to run the tests via Cabal - faster (9e9f9cf)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:34:34 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/9e9f9cf58d3884a47c69071bd4143d8a412c67ac

>---------------------------------------------------------------

commit 9e9f9cf58d3884a47c69071bd4143d8a412c67ac
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Oct 26 20:59:50 2014 +0000

    Change the .ghci things to run the tests via Cabal - faster


>---------------------------------------------------------------

9e9f9cf58d3884a47c69071bd4143d8a412c67ac
 .ghci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ghci b/.ghci
index 7d3ecc9..6676709 100644
--- a/.ghci
+++ b/.ghci
@@ -7,4 +7,4 @@ import qualified System.FilePath.Posix as Posix
 :def docs_ const $ return $ unlines [":!cabal haddock"]
 :def docs const $ return $ unlines [":docs_",":!start dist\\doc\\html\\filepath\\System-FilePath.html"]
 
-:def test const $ return $ unlines [":!cd tests && runhaskell GenTests.hs",":!cd tests && runhaskell -i.. FilePath_Test.hs"]
+:def test const $ return $ unlines [":!cd tests && runhaskell GenTests.hs",":!cabal test"]



More information about the ghc-commits mailing list