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

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

[nongnu] elpa/subed be43268 316/389: Fix test-compile target


From: ELPA Syncer
Subject: [nongnu] elpa/subed be43268 316/389: Fix test-compile target
Date: Fri, 3 Dec 2021 11:00:49 -0500 (EST)

branch: elpa/subed
commit be4326871fdf7f6124567f417b07ab1a86245f7c
Author: Random User <rndusr@posteo.de>
Commit: Random User <rndusr@posteo.de>

    Fix test-compile target
---
 Makefile | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 36984df..d3c1063 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,14 @@ test:
        emacs --quick --batch --eval "(checkdoc-file \"subed/subed-srt.el\")"
 
 test-compile:
-       emacs -Q -batch --eval "(byte-compile-file \"subed/subed.el\")"
-       emacs -Q -batch --eval "(byte-compile-file \"subed/subed-config.el\")"
-       emacs -Q -batch --eval "(byte-compile-file \"subed/subed-mpv.el\")"
-       emacs -Q -batch --eval "(byte-compile-file \"subed/subed-srt.el\")"
+       emacs --quick --batch --eval "(progn (add-to-list 'load-path 
(expand-file-name \"subed\" default-directory)) \
+                                            (byte-compile-file 
\"subed/subed.el\"))"
+       emacs --quick --batch --eval "(progn (add-to-list 'load-path 
(expand-file-name \"subed\" default-directory)) \
+                                            (byte-compile-file 
\"subed/subed-config.el\"))"
+       emacs --quick --batch --eval "(progn (add-to-list 'load-path 
(expand-file-name \"subed\" default-directory)) \
+                                            (byte-compile-file 
\"subed/subed-common.el\"))"
+       emacs --quick --batch --eval "(progn (add-to-list 'load-path 
(expand-file-name \"subed\" default-directory)) \
+                                            (byte-compile-file 
\"subed/subed-mpv.el\"))"
+       emacs --quick --batch --eval "(progn (add-to-list 'load-path 
(expand-file-name \"subed\" default-directory)) \
+                                            (byte-compile-file 
\"subed/subed-srt.el\"))"
        make clean



reply via email to

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