libeufin

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

commit 4266f98d262a3491a5a1e6184365ac99174a67f6
parent 5c88028b499b203bdd40ac712f6e4fed01d2849c
Author: MS <ms@taler.net>
Date:   Wed,  3 May 2023 13:09:32 +0200

running tests: separating CLI and Kotlin tests.

Diffstat:
MMakefile | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -56,9 +56,13 @@ assemble: .PHONY: check check: @./gradlew check + +.PHONY: check-cli +check-cli: @cd ./cli/tests && ./circuit_test.sh @cd ./cli/tests && ./debit_test.sh + # .PHONY: parse # parse: # @cd parsing-tests; py.test -s checks.py