diff --git a/.dir-locals.el b/.dir-locals.el index 1871abc8cb..bad3fddb04 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"))