more fuzz targets for libc++

This commit is contained in:
Kostya Serebryany 2017-10-18 14:53:36 -07:00 committed by GitHub
parent a88717dfdb
commit 019ef35f1a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# #
################################################################################ ################################################################################
for f in sort stable_sort partition stable_partition nth_element partial_sort; do for f in sort stable_sort partition stable_partition nth_element partial_sort regex_ECMAScript regex_POSIX regex_extended regex_awk regex_grep regex_egrep; do
cat > ${f}_fuzzer.cc <<EOF cat > ${f}_fuzzer.cc <<EOF
#include "fuzzing/fuzzing.h" #include "fuzzing/fuzzing.h"
#include <cassert> #include <cassert>