]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update the .dir-locals.el for libtest
authorOndřej Surý <ondrej@isc.org>
Wed, 13 Jul 2022 10:17:34 +0000 (12:17 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 13 Jul 2022 10:17:34 +0000 (12:17 +0200)
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.

.dir-locals.el

index 1871abc8cbc77a49eb62b53435cc57f187c7c9a7..bad3fddb042e0fb70954b33b1db55a5b9ef34d36 100644 (file)
               (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"))