commit b833c80abd6fed305da904888c53c12e393baab5 parent 8f3e7eecd448cb14000e249b52ecf5a593c71ddb Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Mon, 22 Aug 2022 22:34:58 -0400 mention jq(1) and curl(1) in developer manual Diffstat:
| M | taler-developer-manual.rst | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git 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 ------------