summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2012-04-29 00:52:05 +0200
committerGergely Nagy <algernon@madhouse-project.org>2012-04-29 00:52:05 +0200
commit36847dcdae8abb9239dcbcdc2446cfb7042302d0 (patch)
treedccf0aa043d8367ac4bd2ac49fe774189b3abf67 /README.rst
parentcf66dbeb8820ef935045813598aa5a48be00526a (diff)
downloadlibumberlog-36847dcdae8abb9239dcbcdc2446cfb7042302d0.tar.gz
libumberlog-36847dcdae8abb9239dcbcdc2446cfb7042302d0.tar.xz
libumberlog-36847dcdae8abb9239dcbcdc2446cfb7042302d0.zip
Convert the test suite to Check
While assert() is a neat tool, it is not really suitable for testing, as it gives hardly any indication on what part of the test suite failed, and why. For this purpose, an existing testing library, such as Check is a much better option, so lets use that! Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index d6e3830..ecf9b36 100644
--- a/README.rst
+++ b/README.rst
@@ -54,11 +54,13 @@ SSH Login::
Requirements
------------
-Apart from the autotools, a C compiler, and `json\-c`_ (for the test
-suite), there are no other hard dependencies when building, except for
-a sufficiently modern system.
+Apart from the autotools, a C compiler, there are no other
+dependencies when building, except for a sufficiently modern system.
+
+The test suite requires `json\-c`_ and `check`_ too.
.. _json\-c: http://oss.metaparadigm.com/json-c/
+.. _check: http://check.sourceforge.net/
Installation
------------