X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a01113dcd0f39d5da295ef82785beff9ed86fe38..HEAD:/icuSources/test/Makefile.in diff --git a/icuSources/test/Makefile.in b/icuSources/test/Makefile.in index 7bb5b222..5affa117 100644 --- a/icuSources/test/Makefile.in +++ b/icuSources/test/Makefile.in @@ -15,6 +15,8 @@ include $(top_builddir)/icudefs.mk ## Build directory information subdir = test +@FUZZER_TRUE@FUZZER=fuzzer + @ICUIO_TRUE@IOTEST = iotest # the letest directory depends on layoutex. @@ -32,7 +34,7 @@ STATUS_FULL = $(shell pwd)/$(STATUS_TMP) ## Files to remove for 'make clean' CLEANFILES = *~ $(STATUS_TMP) -SUBDIRS = $(TESTDATA) intltest $(IOTEST) cintltst $(LETEST) +SUBDIRS = $(TESTDATA) intltest $(IOTEST) cintltst $(LETEST) $(FUZZER) ## List of phony targets .PHONY : everything all all-local all-recursive install install-local \ @@ -140,6 +142,8 @@ pcheck: $(STATUS_FILES) @goods=; \ bads=; \ echo "----------------------------------------"; \ + echo $SUBDIRS \ + echo "----------------------------------------"; \ for subdir in $(SUBDIRS); do \ if [ -s "$(MYSTATUS_R).$$subdir" ]; then \ echo "-------------" ; \