mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
the bulk of the compiler
This commit is contained in:
parent
158e82a2c1
commit
863be9436b
40 changed files with 7730 additions and 0 deletions
12
src/script_opt/CPP/eval-test-suite
Executable file
12
src/script_opt/CPP/eval-test-suite
Executable file
|
@ -0,0 +1,12 @@
|
|||
#! /bin/sh
|
||||
|
||||
base=../../..
|
||||
test=$base/testing/btest
|
||||
so=$base/src/script_opt/CPP
|
||||
build=$base/build
|
||||
gen=CPP-gen-addl.h
|
||||
|
||||
export -n ZEEK_ADD_CPP
|
||||
cd $test
|
||||
rm -rf .tmp
|
||||
../../auxil/btest/btest -j -a cpp -f cpp-test.diag core
|
Loading…
Add table
Add a link
Reference in a new issue