From 279561b61b2a220eb87146a7c60eb1a8d8c63a68 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 20 Jul 2007 15:51:24 -0700
Subject: [PATCH] zfec: add to README.txt how to run the unit tests

---
 src/zfec/README.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/zfec/README.txt b/src/zfec/README.txt
index fb6bc411..9ea057cb 100644
--- a/src/zfec/README.txt
+++ b/src/zfec/README.txt
@@ -36,6 +36,10 @@ stow") tool, then give it these arguments: "python ./setup.py install
 --single-version-externally-managed
 --record=${specificdirectory}/zfec-install.log --prefix=${specificdirectory}"
 
+To run the self-tests, execute "python ./setup.py test" (or if you have 
+Twisted Python installed, you can run "trial zfec" for nicer output and test 
+options.)
+
 
  * Community
 
-- 
2.45.2