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

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

[elpa] externals/scanner 704f055 04/56: add compile dependencies to chec


From: Stefan Monnier
Subject: [elpa] externals/scanner 704f055 04/56: add compile dependencies to check target
Date: Fri, 10 Apr 2020 13:55:58 -0400 (EDT)

branch: externals/scanner
commit 704f055ca36b30b1100af85b52c48a9e28858852
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>

    add compile dependencies to check target
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5b69f09..56238b8 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ depupdate:
        $(EMACS) -Q --batch -L . $(LDFLAGS) -f batch-byte-compile $<
 
 
-check: $(TEST:.el=.elc)
+check: $(EL:.el=.elc) $(TEST:.el=.elc)
        $(EMACS) -Q --batch -L . $(LDFLAGS) -l scanner-test.elc \
        -f ert-run-tests-batch-and-exit
 



reply via email to

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