summaryrefslogtreecommitdiff
path: root/test/test-basic.el
diff options
context:
space:
mode:
authorrocky <rocky@gnu.org>2026-01-18 16:40:52 -0500
committerrocky <rocky@gnu.org>2026-01-18 16:41:27 -0500
commit502b0d299724256b1bbb08dcff227ac528f1a01a (patch)
treed6b8a270c8a28794243ac469787785a17aa5f5b8 /test/test-basic.el
parentae5b036e52d383a5b5873bffdf1142900baa214b (diff)
update elisp-comp. In testing, make sure we have *test-simple*
Diffstat (limited to 'test/test-basic.el')
-rw-r--r--test/test-basic.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/test-basic.el b/test/test-basic.el
index b9c6314..d8c2fba 100644
--- a/test/test-basic.el
+++ b/test/test-basic.el
@@ -1,5 +1,5 @@
;;; test-simple.el --- Simple Unit Test Framework for Emacs Lisp
-;; Copyright (C) 2015 Free Software Foundation, Inc
+;; Copyright (C) 2015, 2026 Free Software Foundation, Inc
;; Author: Rocky Bernstein <rocky@gnu.org>
;; This program is free software: you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
@@ -14,8 +14,14 @@
;; 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)
+
(require 'cl-lib)
(load-file "../test-simple.el")
+(get-buffer-create "*test-simple*")
+
(test-simple-start "test-simple.el")
(note "basic-tests")