From: Norbert Runge Date: Tue, 26 Feb 2019 20:46:00 +0000 (-0800) Subject: ICU-20438 Adds fuzzer directory to testinternalheaders.sh X-Git-Tag: release-64-rc~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=513eff540867f8bb423ad78242f7bf98611ac236;p=icu ICU-20438 Adds fuzzer directory to testinternalheaders.sh --- diff --git a/icu4c/source/test/hdrtst/testinternalheaders.sh b/icu4c/source/test/hdrtst/testinternalheaders.sh index 957b21080b4..5f70bcfb60d 100755 --- a/icu4c/source/test/hdrtst/testinternalheaders.sh +++ b/icu4c/source/test/hdrtst/testinternalheaders.sh @@ -85,7 +85,7 @@ for file in `ls test/cintltst/*.h`; do $CC -c -std=c11 -I common -I i18n -I io -I tools/toolutil -I tools/ctestfw -I test/cintltst -O0 ht_temp.c ; done ; -for test in intltest iotest testmap thaitest; do +for test in intltest iotest testmap thaitest fuzzer; do for file in `ls test/$test/*.h`; do echo $file echo '#include "'$file'"' > ht_temp.cpp ; @@ -105,4 +105,4 @@ done ; # TODO: perf/*/*.h -rm ht_temp.cpp ht_temp.o +rm ht_temp.cpp ht_temp.c ht_temp.o