Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/cfde03ba1e69dea36fb85288681ee9e236966beb

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

commit cfde03ba1e69dea36fb85288681ee9e236966beb
Author: Milan Straka <[email protected]>
Date:   Mon Apr 30 14:28:30 2012 +0200

    Add comment to tests/Makefile.
    
    Add comment to tests/Makefile that users should use cabal to build and
    run tests.

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

 tests/Makefile |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index 5af8ff3..69d08ed 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,3 +1,10 @@
+# The tests should be compiled and run using cabal:
+# > cabal configure --enable-tests
+# > cabal build
+# > cabal test
+#
+# This Makefile is used by developers to compile the tests manually.
+
 all:
 
 %-properties: %-properties.hs force



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to