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:
Ondřej Surý
2022-07-13 12:17:34 +02:00
parent 5415ecbd7c
commit 80fbd849d5

View File

@@ -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"))