summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-07 14:10:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-07 14:10:38 -0400
commitad9dfe322894763f7013b7a41e0bf9c905cc597c (patch)
tree78dfb66bc63bff2e3f0b5193fba53c214ea32b85
parenta14c881f023a55aa325db86fea3a5af1fce3d852 (diff)
mention test suite
-rw-r--r--doc/not.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/not.mdwn b/doc/not.mdwn
index d965ab86f..b138953f9 100644
--- a/doc/not.mdwn
+++ b/doc/not.mdwn
@@ -17,4 +17,6 @@
* git-annex is not some flaky script that was quickly thrown together.
I wrote it in Haskell because I wanted it to be solid and to compile
- down to a binary.
+ down to a binary. And it has a fairly extensive test suite. (Don't be
+ fooled by "make test" only showing a few dozen test cases; each test
+ involves checking dozens to hundreds of assertions.)