]> git.eshelyaron.com Git - emacs.git/commit
Port Eshell tests to Android
authorPo Lu <luangruo@yahoo.com>
Wed, 26 Feb 2025 08:03:12 +0000 (16:03 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 28 Feb 2025 11:17:16 +0000 (12:17 +0100)
commitd37dc7b6cd9daf2fdacd653ede2decb8f7e13a6a
tree60ae471cf14d12d372f3e5bb695ce2e18fbe6bf2
parent24d87be9a38f24ffdacc6df1e78f17b0b0a23e7f
Port Eshell tests to Android

* test/infra/android/test-controller.el (ats-run-test): Run
tests in a temp buffer.

* test/lisp/eshell/em-alias-tests.el (ert, em-alias)
(eshell-tests-helpers):

* test/lisp/eshell/em-basic-tests.el (em-basic)
(eshell-tests-helpers):

* test/lisp/eshell/em-cmpl-tests.el (em-unix)
(eshell-tests-helpers):

* test/lisp/eshell/em-dirs-tests.el (em-dirs)
(eshell-tests-helpers):

* test/lisp/eshell/em-extpipe-tests.el (ert-x)
(eshell-tests-helpers):

* test/lisp/eshell/em-glob-tests.el (ert, eshell-tests-helpers):

* test/lisp/eshell/em-hist-tests.el (eshell)
(eshell-tests-helpers):

* test/lisp/eshell/em-pred-tests.el (em-pred)
(eshell-tests-helpers):

* test/lisp/eshell/em-prompt-tests.el (em-prompt)
(eshell-tests-helpers):

* test/lisp/eshell/em-script-tests.el (em-script)
(eshell-tests-helpers):

* test/lisp/eshell/em-unix-tests.el (ert-x)
(eshell-tests-helpers):

* test/lisp/eshell/esh-arg-tests.el (eshell)
(eshell-tests-helpers):

* test/lisp/eshell/esh-cmd-tests.el (eshell)
(eshell-tests-helpers):

* test/lisp/eshell/esh-ext-tests.el (eshell)
(eshell-tests-helpers):

* test/lisp/eshell/esh-io-tests.el (eshell)
(eshell-tests-helpers):

* test/lisp/eshell/esh-mode-tests.el (em-prompt)
(eshell-tests-helpers):

* test/lisp/eshell/esh-proc-tests.el (em-prompt)
(eshell-tests-helpers):

* test/lisp/eshell/esh-util-tests.el (esh-util)
(eshell-tests-helpers):

* test/lisp/eshell/esh-var-tests.el (eshell)
(eshell-tests-helpers):

* test/lisp/eshell/eshell-tests.el (esh-mode)
(eshell-tests-helpers): Load `eshell-tests-helpers' from the
resource directory.

* test/lisp/eshell/resources/eshell-tests-helpers.el: Move from
`test/lisp/eshell'.

(cherry picked from commit 3e496fc31746517440285c2cd9f2b4a09c227d7b)
23 files changed:
test/infra/android/test-controller.el
test/lisp/eshell/em-alias-tests.el
test/lisp/eshell/em-basic-tests.el
test/lisp/eshell/em-cmpl-tests.el
test/lisp/eshell/em-dirs-tests.el
test/lisp/eshell/em-extpipe-tests.el
test/lisp/eshell/em-glob-tests.el
test/lisp/eshell/em-hist-tests.el
test/lisp/eshell/em-pred-tests.el
test/lisp/eshell/em-prompt-tests.el
test/lisp/eshell/em-script-tests.el
test/lisp/eshell/em-unix-tests.el
test/lisp/eshell/esh-arg-tests.el
test/lisp/eshell/esh-cmd-tests.el
test/lisp/eshell/esh-ext-tests.el
test/lisp/eshell/esh-io-tests.el
test/lisp/eshell/esh-mode-tests.el
test/lisp/eshell/esh-proc-tests.el
test/lisp/eshell/esh-util-tests.el
test/lisp/eshell/esh-var-tests.el
test/lisp/eshell/eshell-tests-helpers.el [deleted file]
test/lisp/eshell/eshell-tests.el
test/lisp/eshell/resources/eshell-tests-helpers.el [new file with mode: 0644]