Add btest test case

This commit is contained in:
Luke Cesarz 2021-06-25 12:10:50 -07:00
parent 35334a7681
commit 70c9ae7de9

View file

@ -0,0 +1,11 @@
#
# @TEST-EXEC: zeek -b %INPUT
event zeek_init()
{
local x: connection;
x$uid = "uid";
Reporter::conn_weird("foo", x);
print "done";
}