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

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

[elpa] externals/pyim a5c50b5 3/4: 测试时不需要下载 pyim-basedict.el


From: ELPA Syncer
Subject: [elpa] externals/pyim a5c50b5 3/4: 测试时不需要下载 pyim-basedict.el
Date: Thu, 9 Dec 2021 20:57:34 -0500 (EST)

branch: externals/pyim
commit a5c50b5b3e61e22da87f776fa36f1a3dc706fcab
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    测试时不需要下载 pyim-basedict.el
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 209c898..6a2146d 100644
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,8 @@ deps:
        @if [ ! -f deps/xr.el ]; then curl -L 
https://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/xr.el?h=externals/xr > 
deps/xr.el; fi;
        @if [ ! -f deps/async.el ]; then curl -L 
https://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/async.el?h=externals/async
 > deps/async.el; fi;
        @if [ ! -f deps/popup.el ]; then curl -L 
https://git.savannah.gnu.org/cgit/emacs/nongnu.git/plain/popup.el?h=elpa/popup 
> deps/popup.el; fi;
-       @if [ ! -f deps/pyim-basedict.el ]; then curl -L 
https://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/pyim-basedict.el?h=externals/pyim-basedict
 > deps/pyim-basedict.el; fi;
        @if [ ! -f deps/pyim-basedict.pyim ]; then curl -L 
https://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/pyim-basedict.pyim?h=externals/pyim-basedict
 > deps/pyim-basedict.pyim; fi;
 
 .PHONY: test
 test: deps clean
-       @$(EMACS) -batch -Q -L . -l deps/xr.el -l deps/async.el -l 
deps/popup.el -l pyim.el -l deps/pyim-basedict.el -l tests/pyim-tests.el
+       @$(EMACS) -batch -Q -L . -l deps/xr.el -l deps/async.el -l 
deps/popup.el -l pyim.el -l tests/pyim-tests.el



reply via email to

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