* test/automated/regexp-tests.el: Require regexp-opt
This commit is contained in:
parent
81fb8ab036
commit
83b3c312d7
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2015-01-24 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* automated/regexp-tests.el: Require regexp-opt, which is
|
||||||
|
not preloaded --without-x.
|
||||||
|
|
||||||
2015-01-23 Dmitry Gutov <dgutov@yandex.ru>
|
2015-01-23 Dmitry Gutov <dgutov@yandex.ru>
|
||||||
|
|
||||||
Fix package tests when TMPDIR is in HOME. (Bug#19657)
|
Fix package tests when TMPDIR is in HOME. (Bug#19657)
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'regexp-opt)
|
||||||
|
|
||||||
(ert-deftest regexp-test-regexp-opt ()
|
(ert-deftest regexp-test-regexp-opt ()
|
||||||
"Test the `compilation-error-regexp-alist' regexps.
|
"Test the `compilation-error-regexp-alist' regexps.
|
||||||
The test data is in `compile-tests--test-regexps-data'."
|
The test data is in `compile-tests--test-regexps-data'."
|
||||||
|
|
Loading…
Add table
Reference in a new issue