]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/kyua/Kyuafile
Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reversal.
[FreeBSD/FreeBSD.git] / contrib / kyua / Kyuafile
1 syntax(2)
2
3 test_suite("kyua")
4
5 include("bootstrap/Kyuafile")
6 include("cli/Kyuafile")
7 if fs.exists("doc/Kyuafile") then
8     -- The tests for the docs are not installed because they only cover the
9     -- build-time process of the manual pages.
10     include("doc/Kyuafile")
11 end
12 include("drivers/Kyuafile")
13 include("engine/Kyuafile")
14 include("examples/Kyuafile")
15 include("integration/Kyuafile")
16 include("model/Kyuafile")
17 include("store/Kyuafile")
18 include("utils/Kyuafile")