diff options
| author | Po Lu | 2025-02-26 16:03:12 +0800 |
|---|---|---|
| committer | Po Lu | 2025-02-26 20:58:01 +0800 |
| commit | 3e496fc31746517440285c2cd9f2b4a09c227d7b (patch) | |
| tree | 94d651b5eb53c279b4158250c0245f6862c81c55 /test/lisp/eshell/em-basic-tests.el | |
| parent | 86dd455e9c7402737e2c0c45190fabbf1d3ee8c1 (diff) | |
| download | emacs-3e496fc31746517440285c2cd9f2b4a09c227d7b.tar.gz emacs-3e496fc31746517440285c2cd9f2b4a09c227d7b.zip | |
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'.
Diffstat (limited to 'test/lisp/eshell/em-basic-tests.el')
| -rw-r--r-- | test/lisp/eshell/em-basic-tests.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/lisp/eshell/em-basic-tests.el b/test/lisp/eshell/em-basic-tests.el index ee2a624cf6f..cd141dc440e 100644 --- a/test/lisp/eshell/em-basic-tests.el +++ b/test/lisp/eshell/em-basic-tests.el | |||
| @@ -25,11 +25,10 @@ | |||
| 25 | 25 | ||
| 26 | (require 'ert) | 26 | (require 'ert) |
| 27 | (require 'em-basic) | 27 | (require 'em-basic) |
| 28 | (require 'ert-x) | ||
| 28 | 29 | ||
| 29 | (require 'eshell-tests-helpers | 30 | (require 'eshell-tests-helpers |
| 30 | (expand-file-name "eshell-tests-helpers" | 31 | (ert-resource-file "eshell-tests-helpers")) |
| 31 | (file-name-directory (or load-file-name | ||
| 32 | default-directory)))) | ||
| 33 | 32 | ||
| 34 | ;;; Tests: | 33 | ;;; Tests: |
| 35 | 34 | ||