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

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

[elpa] externals/urgrep c63f893250 1/6: Allow running tests without comp


From: ELPA Syncer
Subject: [elpa] externals/urgrep c63f893250 1/6: Allow running tests without compiling
Date: Wed, 7 Jun 2023 16:00:31 -0400 (EDT)

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

    Allow running tests without compiling
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f43482ec7a..75e567a316 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ lint:
        @$(MAKE) --always-make STRICT=1 compile
 
 .PHONY: check
-check: $(OBJS) $(TEST_OBJS)
+check: $(if $(NO_COMPILE),,$(OBJS) $(TEST_OBJS))
        @echo TEST $(patsubst %.el,%,$(TESTS))
        @$(EMACS_DEPS) -Q --batch \
          -L . $(patsubst %.el,-l %,$(TESTS)) \



reply via email to

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