]> granicus.if.org Git - icu/commitdiff
ICU-20438 Adds fuzzer directory to testinternalheaders.sh
authorNorbert Runge <nrunge@google.com>
Tue, 26 Feb 2019 20:46:00 +0000 (12:46 -0800)
committergnrunge <41129501+gnrunge@users.noreply.github.com>
Wed, 27 Feb 2019 22:05:41 +0000 (14:05 -0800)
icu4c/source/test/hdrtst/testinternalheaders.sh

index 957b21080b471c58a3e9f73cc12511521bcad6f1..5f70bcfb60de609bf8fc4d48ca710d04623d8b56 100755 (executable)
@@ -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