]> git.eshelyaron.com Git - emacs.git/commit
Run Android tests in the initial frame
authorPo Lu <luangruo@yahoo.com>
Sun, 2 Mar 2025 08:02:46 +0000 (16:02 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 21:01:23 +0000 (22:01 +0100)
commitb8b18feff29f1af93f857fce2bb34b2479769807
tree713435833344fbef5ac89372d14c045cfa8c9f85
parent91d510341c0309276fd7b301c01d5802ca4c618a
Run Android tests in the initial frame

* test/infra/android/early-init.el: New file.

* test/infra/android/test-controller.el (ats-connect): Upload
`early-init.el' to the staging directory and configure that
directory as the Emacs instance's initialization directory.
(ats-run-test): Always append to the test buffer.  Execute tests
within terminal-frame.
(ats-run-all-tests): Gracefully respond to errors.
(ats-cmd-error): New function.
(ats-execute-tests-batch): Accept a number of command line
arguments.

(cherry picked from commit a8988ce80004af57f3741dc059c5a97cb83dca64)
test/infra/android/early-init.el [new file with mode: 0644]
test/infra/android/test-controller.el