diff options
| author | Graham Marlow <graham@onesignal.com> | 2023-06-13 16:29:04 -0700 |
|---|---|---|
| committer | Graham Marlow <graham@onesignal.com> | 2023-06-13 16:29:04 -0700 |
| commit | ec28fa8b7673db15c346cc0db45d159c15fe8ab4 (patch) | |
| tree | ecf308271d4bffc30d37d4f543398e4fb649c055 /Makefile | |
| parent | 708cf774693243dbc5945fa8e764f1da65ae4ef9 (diff) | |
| download | flymake-clippy-ec28fa8b7673db15c346cc0db45d159c15fe8ab4.tar.gz | |
Rename variable prefix and add tests for regexp
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
