mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-12-02 08:40:11 +00:00
828afc3b1e
Signed-off-by: David Korczynski <david@adalogics.com>
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/
|