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

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

[elpa] externals/compat 6f251144e0 1/5: Run compiled tests


From: ELPA Syncer
Subject: [elpa] externals/compat 6f251144e0 1/5: Run compiled tests
Date: Wed, 4 Jan 2023 10:57:30 -0500 (EST)

branch: externals/compat
commit 6f251144e0a28ad50020ce434d9c6ba358f0f04e
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Run compiled tests
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5e27e0f6d3..139e7683af 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ BYTEC = compat-24.elc \
        compat-27.elc \
        compat-28.elc \
        compat-29.elc \
-       compat.elc
+       compat.elc \
+       compat-tests.elc
 
 all: compile
 
@@ -19,6 +20,7 @@ compile: $(BYTEC)
 test: compile
        $(EMACS) --version
        $(EMACS) -Q --batch -L . -l compat-tests.el -f 
ert-run-tests-batch-and-exit
+       $(EMACS) -Q --batch -L . -l compat-tests.elc -f 
ert-run-tests-batch-and-exit
 
 clean:
        $(RM) $(BYTEC) compat.info



reply via email to

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