From ec28fa8b7673db15c346cc0db45d159c15fe8ab4 Mon Sep 17 00:00:00 2001 From: Graham Marlow Date: Tue, 13 Jun 2023 16:29:04 -0700 Subject: Rename variable prefix and add tests for regexp --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3