]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/Makefile.in
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / Makefile.in
index 7bb5b222829e9c29485e5232ca7034ec76a004c3..5affa11703aa2c213fbb5cc1470fbb1c1b0ca30c 100644 (file)
@@ -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 "-------------" ; \