From 3633ac7f05e1b74ce3f25f2619f7cc77dd5e335c Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Fri, 26 Nov 2021 11:02:52 +0100 Subject: [PATCH] fix(linux): Add test targets to Makefile The test targets got added on the `master` branch and the TC configuration adjusted so that PR builds run the tests. This change adds these targets (but without running ibus-keyman tests) to the stable branch, so that TC builds for PRs will work. --- linux/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/linux/Makefile b/linux/Makefile index e1379b4bb7..e15fbd9f65 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -52,3 +52,10 @@ releasedeb: reconf origdist cow debnocow # it will prompt for sudo if required f nightlydist: reconf sources echo "Built nightly source release in dist/" +check: + cd keyman-config && ./run-tests.sh + +tmpcheck: + cd keyman-config && ./run-tests.sh + +tests: check