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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user