From 5f70a8be3401b36f108f60e81eaa241e3c1bde46 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 23 Jan 2021 20:17:05 -0300 Subject: Move tests.sh into Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 338bfee..e1f7ca8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ .PHONY: check check: - sh tests.sh + sh build-aux/assert-spelling.sh + sh build-aux/assert-shellcheck.sh + sh build-aux/assert-todos.sh + sh build-aux/sync-translations.sh .PHONY: clean clean: -- cgit v1.2.3