updates to notes for compile-to-C++ maintenance

This commit is contained in:
Vern Paxson 2022-09-16 16:53:42 -07:00
parent 914caf2f88
commit eec733beae
3 changed files with 47 additions and 51 deletions

View file

@ -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,,'