mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
fuzz work
This commit is contained in:
parent
ac01e330de
commit
65656cbadc
13 changed files with 261 additions and 0 deletions
15
tests/fuzz/README.md
Normal file
15
tests/fuzz/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
```
|
||||
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++"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue