summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGraham Marlow <graham@onesignal.com>2023-06-13 16:29:04 -0700
committerGraham Marlow <graham@onesignal.com>2023-06-13 16:29:04 -0700
commitec28fa8b7673db15c346cc0db45d159c15fe8ab4 (patch)
treeecf308271d4bffc30d37d4f543398e4fb649c055 /Makefile
parent708cf774693243dbc5945fa8e764f1da65ae4ef9 (diff)
downloadflymake-clippy-ec28fa8b7673db15c346cc0db45d159c15fe8ab4.tar.gz
Rename variable prefix and add tests for regexp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3acc1df..8045ed2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
-.PHONY: build clean
+.PHONY: build test clean
+
+test: build
+ emacs -batch -l ert -L . -l clippy-flymake-test.el -f ert-run-tests-batch-and-exit
build: clean
emacs -batch -L . -f batch-byte-compile clippy-flymake.el