btest/plugins: Add a plugin testing Init and Done hooks

Follow-up for #4047.
This commit is contained in:
Arne Welzel 2024-11-22 13:36:28 +01:00
parent 97f05b2f8c
commit 39b43e8dd6
5 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,8 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
Configure()
InitPreScript()
InitPostScript()
InitPreExecution()
zeek_init
zeek_done
Done()