mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
7 lines
177 B
Bash
7 lines
177 B
Bash
#!/bin/bash -eu
|
|
# Copy fuzzer executable to $OUT/
|
|
$CXX $CFLAGS $LIB_FUZZING_ENGINE \
|
|
$SRC/toml11/.clusterfuzzlite/parse_fuzzer.cpp \
|
|
-o $OUT/parse_fuzzer \
|
|
-I$SRC/toml11/
|