emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/urgrep a2cc745cb1: Lint test files too


From: ELPA Syncer
Subject: [elpa] externals/urgrep a2cc745cb1: Lint test files too
Date: Sat, 17 Jun 2023 21:59:42 -0400 (EDT)

branch: externals/urgrep
commit a2cc745cb166a9e319b58dbb03e0751bbf8a2256
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    Lint test files too
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 75e567a316..8efdcff1ae 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,9 @@ all: compile autoloads
 .PHONY: compile
 compile: $(OBJS)
 
+.PHONY: compile-tests
+compile-tests: $(TEST_OBJS)
+
 .PHONY: autoloads
 autoloads: $(AUTOLOADS)
 
@@ -78,7 +81,7 @@ run: all
 
 .PHONY: lint
 lint:
-       @$(MAKE) --always-make STRICT=1 compile
+       @$(MAKE) --always-make STRICT=1 compile compile-tests
 
 .PHONY: check
 check: $(if $(NO_COMPILE),,$(OBJS) $(TEST_OBJS))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]