summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-26 14:30:13 +0100
committerMS <ms@taler.net>2020-11-26 14:30:13 +0100
commite5ea13ba89695d9b0cc67de56a1a204fb1a12ee2 (patch)
treef9d0ba88b51e85b49404a1ad2a819cd2414ad693 /Makefile
parent51f098bfcfe29890984a84468c28c2a51f374715 (diff)
downloadlibeufin-e5ea13ba89695d9b0cc67de56a1a204fb1a12ee2.tar.gz
libeufin-e5ea13ba89695d9b0cc67de56a1a204fb1a12ee2.tar.bz2
libeufin-e5ea13ba89695d9b0cc67de56a1a204fb1a12ee2.zip
makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d7eee387..74ec0828 100644
--- 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