mirror of https://github.com/google/oss-fuzz.git
[flatbuffers] Copy dictionaries and schemas to the OUT directory (#4805)
This commit is contained in:
parent
301ed831be
commit
4a46459d62
|
@ -21,5 +21,6 @@ cd build
|
|||
cmake -DOSS_FUZZ:BOOL=ON -G "Unix Makefiles" ../tests/fuzzer
|
||||
make
|
||||
|
||||
cp ../tests/fuzzer/*.dict $OUT/
|
||||
cp *.bfbs $OUT/
|
||||
cp *_fuzzer $OUT/
|
||||
|
||||
|
|
Loading…
Reference in New Issue