Move flymake test data to more standard location
* test/automated/flymake-tests.el (flymake-tests-data-directory): Change from flymake/warnpred to more standard data/flymake. * .gitignore: Update for relocated flymake test data.
This commit is contained in:
parent
f2301ecc23
commit
e2aec9bee3
6 changed files with 7 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -41,7 +41,7 @@ InfoPlist.strings
|
|||
Makefile
|
||||
!admin/charsets/Makefile
|
||||
!etc/refcards/Makefile
|
||||
!test/automated/flymake/warnpred/Makefile
|
||||
!test/automated/data/flymake/Makefile
|
||||
!test/indent/Makefile
|
||||
makefile
|
||||
/*.cache
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2014-12-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* automated/flymake-tests.el (flymake-tests-data-directory):
|
||||
Change from flymake/warnpred to more standard data/flymake.
|
||||
|
||||
2014-12-11 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* automated/vc-tests.el (vc-test--revision-granularity-function):
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
(require 'flymake)
|
||||
|
||||
(defvar flymake-tests-data-directory
|
||||
(expand-file-name "flymake/warnpred" (getenv "EMACS_TEST_DIRECTORY"))
|
||||
(expand-file-name "data/flymake" (getenv "EMACS_TEST_DIRECTORY"))
|
||||
"Directory containing flymake test data.")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue