aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-23 20:17:05 -0300
committerEuAndreh <eu@euandre.org>2021-01-23 20:17:05 -0300
commit5f70a8be3401b36f108f60e81eaa241e3c1bde46 (patch)
tree95c5f86a75c8e585ca01362525a03e3a4a4a7ed5 /Makefile
parentmv scripts/* build-aux/ (diff)
downloadeuandre.org-5f70a8be3401b36f108f60e81eaa241e3c1bde46.tar.gz
euandre.org-5f70a8be3401b36f108f60e81eaa241e3c1bde46.tar.xz
Move tests.sh into Makefile
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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: