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

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

[nongnu] elpa/d-mode ea32e73 264/346: Makefile: Test byte-compiled versi


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode ea32e73 264/346: Makefile: Test byte-compiled version, too
Date: Sun, 29 Aug 2021 11:00:42 -0400 (EDT)

branch: elpa/d-mode
commit ea32e7319ab8ef3bc5c4c532510248c5b8a07d25
Author: Vladimir Panteleev <git@thecybershadow.net>
Commit: Vladimir Panteleev <git@thecybershadow.net>

    Makefile: Test byte-compiled version, too
    
    Catch regressions such as the one fixed by the previous commit.
---
 Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 5fe40d9..561b565 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,13 @@
 emacs ?= emacs
 all: test
 
-test: clean
-       cask exec emacs -Q -batch -l d-mode-test.el -l d-mode.el -f 
ert-run-tests-batch-and-exit
+test: test-source test-compiled
+
+test-source: clean
+       cask exec emacs -Q -batch -l d-mode-test.el -l d-mode.el  -f 
ert-run-tests-batch-and-exit
+
+test-compiled: compile
+       cask exec emacs -Q -batch -l d-mode-test.el -l d-mode.elc -f 
ert-run-tests-batch-and-exit
 
 compile:
        $(emacs) -Q -batch -f batch-byte-compile d-mode.el



reply via email to

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