commit e5ea13ba89695d9b0cc67de56a1a204fb1a12ee2 parent 51f098bfcfe29890984a84468c28c2a51f374715 Author: MS <ms@taler.net> Date: Thu, 26 Nov 2020 14:30:13 +0100 makefile Diffstat:
| M | Makefile | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -44,3 +44,7 @@ check: .PHONY: tests tests: @cd integration-tests; py.test tests.py + +.PHONY: parse +parse: + @cd parsing-tests; py.test checks.py