libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit b706350fe2863c3003afb8f522c1e07f48cf33dd
parent b2471f00eba039a460cc31f02fc47a2267367efd
Author: MS <ms@taler.net>
Date:   Tue,  2 May 2023 08:24:38 +0200

readme: how to run tests

Diffstat:
MREADME | 11++++++++++-
Mnexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt | 2+-
2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -3,13 +3,22 @@ Installing LibEuFin $ ./bootstrap $ ./configure --prefix=$PFX -$ make install # this operation can be 'slow'. +$ make install If the previous step succeeded, libeufin-nexus and a command line client (libeufin-cli) should be found under $PFX/bin. Additionally, the libeufin-sandbox command used for testing should be found under $PFX/bin as well. +Testing LibEuFin +================ + +If the installation succeeded, all the tests can be run +with the following command, from this (repository top level) +directory. + +$ make check + Launching LibEuFin ================== diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt @@ -569,7 +569,7 @@ private suspend fun historyIncoming(call: ApplicationCall) { * which is the service keeping the transactions ledger. * The credentials are ASSUMED to be exchange/x (user/pass). * - * In the future, a dedicate "add-incoming" facade should + * In the future, a dedicated "add-incoming" facade should * be provided, offering the mean to store the credentials * at configuration time. */