2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +00:00

Merge branch 'ondrej-update-dir-locals-for-libtest' into 'main'

Update the .dir-locals.el for libtest

See merge request isc-projects/bind9!6565
This commit is contained in:
Ondřej Surý
2022-07-13 10:21:35 +00:00

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