branch: externals/pyim commit 76bf7a5a218e344541bfbffeb64586722206f99e Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
pyim-test use pyim-basedict v0.5.0 * tests/pyim-tests.el (pyim-basedict): Add comment. * tests/Makefile: Download pyim-basedict V0.5.0. --- tests/Makefile | 11 ++++++----- tests/pyim-tests.el | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index d022834cf7..4f276e8925 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -8,11 +8,12 @@ clean: .PHONY: deps deps: @mkdir -p 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.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; - @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/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; + ## Download pyim-basedict V0.5.0 (commit: 7495c974ada99f9fed96d8e85d8b97dabce9532c) + @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&id=7495c974ada99f9fed96d8e85d8b97dabce9532c" > deps/pyim-basedict.pyim; 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&id=7495c974ada99f9fed96d8e85d8b97dabce9532c" > deps/pyim-basedict.el; fi; .PHONY: test test: deps clean diff --git a/tests/pyim-tests.el b/tests/pyim-tests.el index 795703e18e..88aef3541f 100644 --- a/tests/pyim-tests.el +++ b/tests/pyim-tests.el @@ -31,7 +31,7 @@ ;; * 代码 :code: (require 'ert) (require 'pyim) -(require 'pyim-basedict) +(require 'pyim-basedict) ;pyim-test.el use pyim-basedict v0.5.0. (require 'pyim-dregcache) (require 'pyim-dhashcache)