diff options
Diffstat (limited to 'test/test-no-clear.el')
| -rw-r--r-- | test/test-no-clear.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test-no-clear.el b/test/test-no-clear.el index 748baa0..9a71f33 100644 --- a/test/test-no-clear.el +++ b/test/test-no-clear.el @@ -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*") + ;; We don't do this or test-simple-start ;; (test-simple-clear) |
