mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
updates to notes for compile-to-C++ maintenance
This commit is contained in:
parent
914caf2f88
commit
eec733beae
3 changed files with 47 additions and 51 deletions
|
@ -3,4 +3,8 @@
|
|||
find ../testing/btest -type f |
|
||||
egrep -v 'Baseline|\.tmp' |
|
||||
egrep '\.(zeek|test)$' |
|
||||
sort
|
||||
sort |
|
||||
xargs egrep -l '^[ ]*(event|print)' |
|
||||
xargs egrep -lc 'REQUIRES.*CPP.*((!=.*1)|(==.*0))' |
|
||||
grep ':0$' |
|
||||
sed 's,:0,,'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue