diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-02 17:41:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-02 17:41:11 +0000 |
commit | 0cb20da5fddbfbeb06f51aef9cd5addb669bb2ad (patch) | |
tree | aabe3c8005b34d11f6eef081d13618e1491fa5a9 /bin/oss-fuzz-build.sh | |
parent | 1c53061bb93afffc07dee6781064021aea1d8911 (diff) |
mml is an xml format too
Change-Id: I692aa11f32855e13795454bfebee45675e3f433a
Diffstat (limited to 'bin/oss-fuzz-build.sh')
-rwxr-xr-x | bin/oss-fuzz-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh index 1dd26028e203..7c96a24b1469 100755 --- a/bin/oss-fuzz-build.sh +++ b/bin/oss-fuzz-build.sh @@ -42,3 +42,4 @@ cp $SRC/xml.dict $OUT/fodtfuzzer.dict cp $SRC/xml.dict $OUT/fodsfuzzer.dict cp $SRC/xml.dict $OUT/fodpfuzzer.dict cp $SRC/xml.dict $OUT/fodgfuzzer.dict +cp $SRC/xml.dict $OUT/mmlfuzzer.dict |