mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Update the .dir-locals.el for libtest
The tests/libtest directory is missing from the .dir-locals.el, so the emacs flycheck would not work for the unit tests. Add it to the configuration.
This commit is contained in:
parent
5415ecbd7c
commit
80fbd849d5
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@
|
|||
(expand-file-name
|
||||
(concat directory-of-current-dir-locals-file "lib/bind9/include"))
|
||||
|
||||
;; libtest
|
||||
(expand-file-name
|
||||
(concat directory-of-current-dir-locals-file "tests/include"))
|
||||
|
||||
;; bin
|
||||
(expand-file-name
|
||||
(concat directory-of-current-dir-locals-file "bin/check"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue