From a77ba4065b05f6052789130b828b586145aae144 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 6 Aug 2020 00:52:00 +0530 Subject: integration test runner --- build-system/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build-system/Makefile') diff --git a/build-system/Makefile b/build-system/Makefile index 1ece8afdf..4a2d51e3d 100644 --- a/build-system/Makefile +++ b/build-system/Makefile @@ -39,6 +39,10 @@ check: compile webextensions: rollup ./webextension/pack.sh +.PHONY: integrationtests +integrationtests: compile + ./packages/taler-integrationtests/testrunner '*' + .PHONY: i18n i18n: compile # extract translatable strings -- cgit v1.2.3