get the list of libcxx targets from a file

This commit is contained in:
Kostya Serebryany 2017-10-23 18:42:13 -07:00 committed by GitHub
parent 009a94da44
commit ea348f8d95
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 regex_ECMAScript regex_POSIX regex_extended regex_awk regex_grep regex_egrep; do
for f in $(grep -v "#" libcxx/fuzzing/RoutineNames.txt); do
cat > ${f}_fuzzer.cc <<EOF
#include "fuzzing/fuzzing.h"
#include <cassert>