aboutsummaryrefslogtreecommitdiff
path: root/examples/ExceptionDemo/Makefile
diff options
context:
space:
mode:
authorIgor Ostapenko <igoro@FreeBSD.org>2026-08-23 22:42:48 +0000
committerIgor Ostapenko <igoro@FreeBSD.org>2026-08-23 22:54:14 +0000
commitedb230c4af499203d7a6894b3711fe6574b26040 (patch)
tree14c9ff4a2ae24f4c33f41cc8dc9a1ccf94cc2651 /examples/ExceptionDemo/Makefile
parent732c8d2a1a0e169bad1c02b1e54a4306861bde4a (diff)
kyua: Add "prepare" commandHEADmain
This introduces the requirement preparation handler concept, with the first handler implemented to load the required kernel modules. Running without arguments lists all available handlers: kyua prepare Currently there are only two handlers: all: runs all available handlers kmods: loads the modules declared by required_kmods metadata The dry run option lists the required modules without actual loading: kyua prepare { --dry-run | -n } kmods The "prepare" command traverses only the given tree of tests, i.e., the following invocation lists all required modules for the whole test suite: kyua prepare -k /usr/tests/Kyuafile -n kmods , while this one is limited to the pf tests only: kyua prepare -k /usr/tests/sys/netpfil/pf/Kyuafile -n kmods Reviewed by: ngie Differential Revision: https://reviews.freebsd.org/D48087
Diffstat (limited to 'examples/ExceptionDemo/Makefile')
0 files changed, 0 insertions, 0 deletions