libeufin

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

commit f1ca33ce6599a202c4dba36db80ea9b27e7da56e
parent f613b5e50148228f71ac72b62fe0bddc2ad45560
Author: MS <ms@taler.net>
Date:   Tue,  8 Dec 2020 10:13:05 +0100

makefile

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

diff --git a/Makefile b/Makefile @@ -45,6 +45,10 @@ check: tests: @cd integration-tests; py.test -k "not test_env" tests.py +.PHONY: env +env: + @cd integration-tests; py.test -s -k "test_env" tests.py + .PHONY: parse parse: @cd parsing-tests; py.test -s checks.py