diff options
| author | rocky <rocky@gnu.org> | 2026-01-18 16:40:52 -0500 |
|---|---|---|
| committer | rocky <rocky@gnu.org> | 2026-01-18 16:41:27 -0500 |
| commit | 502b0d299724256b1bbb08dcff227ac528f1a01a (patch) | |
| tree | d6b8a270c8a28794243ac469787785a17aa5f5b8 /test/test-buffer.el | |
| parent | ae5b036e52d383a5b5873bffdf1142900baa214b (diff) | |
Small changesexternals/test-simple
update elisp-comp. In testing, make sure we have *test-simple*
Diffstat (limited to 'test/test-buffer.el')
| -rw-r--r-- | test/test-buffer.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test-buffer.el b/test/test-buffer.el index edef897..30d4399 100644 --- a/test/test-buffer.el +++ b/test/test-buffer.el @@ -14,6 +14,11 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see ;; <http://www.gnu.org/licenses/>. + +;; Press C-x C-e at the end of the next line to run this file test non-interactively +;; (test-simple-run "emacs -batch -L %s -l %s" (file-name-directory (locate-library "test-simple.elc")) buffer-file-name) + + (load-file "../test-simple.el") (test-simple-start "test-simple.el") |
