mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
btest/plugins: Add a plugin testing Init and Done hooks
Follow-up for #4047.
This commit is contained in:
parent
97f05b2f8c
commit
39b43e8dd6
5 changed files with 71 additions and 0 deletions
8
testing/btest/Baseline/plugins.init-hooks/out
Normal file
8
testing/btest/Baseline/plugins.init-hooks/out
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue