sqlite-vec/tests/fuzz
2024-07-25 11:16:06 -07:00
..
corpus/vec0-create fuzz work 2024-07-25 11:16:06 -07:00
.gitignore fuzz work 2024-07-25 11:16:06 -07:00
exec.c fuzz work 2024-07-25 11:16:06 -07:00
exec.dict fuzz work 2024-07-25 11:16:06 -07:00
json.c fuzz work 2024-07-25 11:16:06 -07:00
Makefile fuzz work 2024-07-25 11:16:06 -07:00
numpy.c fuzz work 2024-07-25 11:16:06 -07:00
numpy.dict fuzz work 2024-07-25 11:16:06 -07:00
README.md fuzz work 2024-07-25 11:16:06 -07:00
vec0-create.c fuzz work 2024-07-25 11:16:06 -07:00
vec0-create.dict fuzz work 2024-07-25 11:16:06 -07:00

ASAN_OPTIONS=detect_leaks=1 ./targets/vec0_create \
  -dict=./vec0-create.dict -max_total_time=5 \
  ./corpus/vec0-create
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"


LDFLAGS="-L/opt/homebrew/opt/llvm/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm/lib/c++"