From: Ondřej Surý Date: Wed, 13 Jul 2022 10:17:34 +0000 (+0200) Subject: Update the .dir-locals.el for libtest X-Git-Tag: v9.19.4~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80fbd849d57c41a3c06f384512645ee1eced72ae;p=thirdparty%2Fbind9.git 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. --- diff --git a/.dir-locals.el b/.dir-locals.el index 1871abc8cbc..bad3fddb042 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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"))