diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-06 00:52:00 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-06 00:52:00 +0530 |
commit | a77ba4065b05f6052789130b828b586145aae144 (patch) | |
tree | 31dd7115e28dfd148c26f4cb7a1dc2e90f857fc8 /build-system | |
parent | 70fa42da049020a036f07441f736c201f030e15d (diff) |
integration test runner
Diffstat (limited to 'build-system')
-rw-r--r-- | build-system/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |