]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/hdrtst/testinternalheaders.sh
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / 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