X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/249c4c5ea9376c24572daf9c2effa7484a282f14..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/test/hdrtst/testinternalheaders.sh diff --git a/icuSources/test/hdrtst/testinternalheaders.sh b/icuSources/test/hdrtst/testinternalheaders.sh index 957b2108..5f70bcfb 100755 --- a/icuSources/test/hdrtst/testinternalheaders.sh +++ b/icuSources/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