summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-08-22 22:34:58 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-08-22 22:35:16 -0400
commitb833c80abd6fed305da904888c53c12e393baab5 (patch)
treee2425e754a83636ec2862325030a5ac1314c5dc1
parent8f3e7eecd448cb14000e249b52ecf5a593c71ddb (diff)
downloaddocs-b833c80abd6fed305da904888c53c12e393baab5.tar.gz
docs-b833c80abd6fed305da904888c53c12e393baab5.tar.bz2
docs-b833c80abd6fed305da904888c53c12e393baab5.zip
mention jq(1) and curl(1) in developer manual
-rw-r--r--taler-developer-manual.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
index c95d0800..0c1375ce 100644
--- a/taler-developer-manual.rst
+++ b/taler-developer-manual.rst
@@ -37,6 +37,17 @@ Developer's Manual
Fundamentals
============
+Testing Tools
+-------------
+
+For full ``make check`` support, install these programs:
+
+- `jq <https://github.com/stedolan/jq>`__
+- `curl <http://curl.haxx.se>`__
+
+The ``make check`` should be able to function without them, but
+their presence permits some tests to run that would otherwise be skipped.
+
Bug Tracking
------------