1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 06:31:13 -08:00
emacs/test/lisp/progmodes
Stefan Kangas 1f44a77672 Use new resource directory macros in tests (Bug#43792)
* test/lisp/bookmark-tests.el (bookmark-tests-data-dir):
* test/lisp/calendar/todo-mode-tests.el (todo-test-data-dir):
* test/lisp/net/dbus-tests.el (dbus--tests-dir):
* test/lisp/emacs-lisp/edebug-tests.el
(edebug-tests-sample-code-file):
* test/lisp/emacs-lisp/package-tests.el
(package-test-fake-contents-file):
* test/lisp/emacs-lisp/shadow-tests.el (shadow-tests-data-directory):
* test/lisp/emacs-lisp/testcover-tests.el
(testcover-tests-file-dir, testcover-tests-test-cases):
* test/lisp/mail/uudecode-tests.el (uudecode-tests-data-dir):
* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test-resource-directory):
* test/lisp/pcmpl-linux-tests.el (pcmpl-linux-tests-data-dir):
* test/lisp/progmodes/cperl-mode-tests.el
(cperl-mode-tests-data-directory):
* test/lisp/progmodes/flymake-tests.el
(flymake-tests-data-directory):
* test/lisp/progmodes/ruby-mode-tests.el (ruby-mode-tests-data-dir):
* test/lisp/saveplace-tests.el (saveplace-tests-dir):
* test/lisp/textmodes/css-mode-tests.el (css-mode-tests-data-dir):
Remove.

* test/lisp/bookmark-tests.el (bookmark-tests-bookmark-file)
(bookmark-tests-example-file, bookmark-tests-bookmark-file-list):
* test/lisp/calendar/todo-mode-tests.el (todo-test-file-1)
(todo-test-archive-1, with-todo-test, todo-test--add-file):
* test/lisp/custom-tests.el (custom--test-theme-variables):
* test/lisp/net/dbus-tests.el (dbus--test-introspect):
* test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-setup-code-file):
* test/lisp/emacs-lisp/package-tests.el (package-test-data-dir)
(package-test-desc-from-buffer, package-test-install-single)
(package-test-macro-compilation)
(package-test-install-prioritized)
(package-test-install-multifile, package-test-update-archives)
(package-test-update-archives-async)
(package-test-update-archives/ignore-nil-entry)
(package-test-signed, package-x-test-upload-buffer)
(package-x-test-upload-new-version):
* test/lisp/emacs-lisp/shadow-tests.el (shadow-case-insensitive):
* test/lisp/emacs-lisp/testcover-tests.el
(testcover-tests-build-test-cases):
* test/lisp/mail/uudecode-tests.el (uudecode-tests-encoded-str)
(uudecode-tests-decoded-str):
* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test-file-archive)
(tramp-archive-test-directory):
* test/lisp/pcmpl-linux-tests.el (pcmpl-linux-test-fs-types)
(pcmpl-linux-test-mounted-directories):
* test/lisp/progmodes/cperl-mode-tests.el (cperl-mode-test-bug-10483)
(cperl-mode-test-indent-styles):
* test/lisp/progmodes/flymake-tests.el
(flymake-tests--call-with-fixture):
* test/lisp/progmodes/ruby-mode-tests.el
(ruby--indent/converted-from-manual-test):
* test/lisp/saveplace-tests.el
(saveplace-test-save-place-to-alist/dir)
(saveplace-test-load-alist-from-file):
* test/lisp/textmodes/css-mode-tests.el (css-mode-test-indent): Adjust
to use new resource directory macros.
2020-10-16 11:28:09 +02:00
..
cperl-mode-resources cperl-mode: Fix a test to ensure cperl-mode is active 2020-10-06 03:39:55 +02:00
flymake-resources Ensure flymake tests use gcc rather than $CC 2018-12-15 15:08:28 -08:00
ruby-mode-resources Convert manual indent test for ruby-mode into unit test 2020-09-21 18:47:55 +02:00
asm-mode-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
autoconf-tests.el Use lexical-binding in autoconf.el and add tests 2020-05-15 20:42:15 +02:00
bat-mode-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cc-mode-tests.el cc-mode: extend regexp used by ‘c-or-c++-mode’ 2020-05-09 11:30:32 +01:00
compile-tests.el Support shellcheck in compilation-mode 2020-09-22 02:44:47 +02:00
cperl-mode-tests.el Use new resource directory macros in tests (Bug#43792) 2020-10-16 11:28:09 +02:00
elisp-mode-tests.el Convert manual indent test for elisp-mode into unit test 2020-09-21 16:46:21 +02:00
etags-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00
f90-tests.el ; Maintainer header updates 2020-07-31 09:09:39 -07:00
flymake-tests.el Use new resource directory macros in tests (Bug#43792) 2020-10-16 11:28:09 +02:00
glasses-tests.el Use lexical-binding in glasses.el and add tests 2020-05-10 17:18:03 +02:00
js-tests.el Use lexical-binding in more tests 2020-08-29 22:41:51 +02:00
opascal-tests.el Convert manual indent test for opascal-mode into unit test 2020-09-21 16:46:21 +02:00
pascal-tests.el Fix spurious error in beginning-of-defun in pascal-mode (bug#41740) 2020-06-22 09:51:17 +02:00
ps-mode-tests.el ; * test/lisp/progmodes/ps-mode-tests.el: Add missing backslash 2020-09-22 12:32:12 +02:00
python-tests.el ; Fix more typos 2020-10-03 12:53:51 +02:00
ruby-mode-tests.el Use new resource directory macros in tests (Bug#43792) 2020-10-16 11:28:09 +02:00
scheme-tests.el Convert manual indent test for scheme-mode into unit test 2020-09-21 18:47:55 +02:00
sql-tests.el 2020-03-29 Michael R. Mauger <michael@mauger.com> 2020-06-13 18:36:27 -04:00
subword-tests.el ; Fix license statements. 2020-08-27 02:53:25 +02:00
tcl-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00
xref-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00