]> git.eshelyaron.com Git - emacs.git/commit
Add tests for some byte-compiler warnings
authorStefan Kangas <stefan@marxist.se>
Tue, 1 Dec 2020 03:46:33 +0000 (04:46 +0100)
committerStefan Kangas <stefan@marxist.se>
Tue, 1 Dec 2020 03:49:10 +0000 (04:49 +0100)
commit4457b9590c83f0245604cf6a706383d9aa2c659c
treeb00bb8da28c99564635e7582e3ef2cb9c4d31f43
parent90a543e630012cc58c175d5bf3ffd42bb156c6b6
Add tests for some byte-compiler warnings

* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-warn/warn-interactive-only\.el)
(bytecomp-warn/warn-obsolete-defun\.el)
(bytecomp-warn/warn-obsolete-hook\.el)
(bytecomp-warn/warn-obsolete-variable-same-file\.el)
(bytecomp-warn/warn-obsolete-variable\.el): New tests.
* test/lisp/emacs-lisp/bytecomp-resources/warn-interactive-only.el:
* test/lisp/emacs-lisp/bytecomp-resources/warn-obsolete-defun.el:
* test/lisp/emacs-lisp/bytecomp-resources/warn-obsolete-hook.el:
* test/lisp/emacs-lisp/bytecomp-resources/warn-obsolete-variable-same-file.el:
* test/lisp/emacs-lisp/bytecomp-resources/warn-obsolete-variable.el:
New files.
test/lisp/emacs-lisp/bytecomp-resources/warn-interactive-only.el [new file with mode: 0644]
test/lisp/emacs-lisp/bytecomp-resources/warn-obsolete-defun.el [new file with mode: 0644]
test/lisp/emacs-lisp/bytecomp-resources/warn-obsolete-hook.el [new file with mode: 0644]
test/lisp/emacs-lisp/bytecomp-resources/warn-obsolete-variable-same-file.el [new file with mode: 0644]
test/lisp/emacs-lisp/bytecomp-resources/warn-obsolete-variable.el [new file with mode: 0644]
test/lisp/emacs-lisp/bytecomp-tests.el