mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
12 lines
215 B
Bash
Executable file
12 lines
215 B
Bash
Executable file
#! /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 $1
|