mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
helper scripts for -O C++ maintenance
This commit is contained in:
parent
fb6725a9ce
commit
08fbc7efb3
5 changed files with 116 additions and 0 deletions
6
src/script_opt/CPP/maint/find-test-files.sh
Normal file
6
src/script_opt/CPP/maint/find-test-files.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
find ../testing/btest -type f |
|
||||
egrep -v 'Baseline|\.tmp' |
|
||||
egrep '\.(zeek|test)$' |
|
||||
sort
|
Loading…
Add table
Add a link
Reference in a new issue