X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b331163bffd790ced0e88b73f44f86d49ccc48a5..1546d4af2ed1219a41ef4170bf188f2ab91442e6:/icuSources/test/Makefile.in diff --git a/icuSources/test/Makefile.in b/icuSources/test/Makefile.in index 36eda3a5..7ce92770 100644 --- a/icuSources/test/Makefile.in +++ b/icuSources/test/Makefile.in @@ -1,4 +1,6 @@ ## Makefile.in for ICU tests +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html ## Copyright (c) 1999-2014, International Business Machines Corporation and ## others. All Rights Reserved. @@ -20,6 +22,9 @@ subdir = test # harfbuzz. @LAYOUTEX_TRUE@LETEST = letest +# no testdata without tools.. +@TOOLS_TRUE@TESTDATA = testdata + # status dir STATUS_TMP = tmp STATUS_FULL = $(shell pwd)/$(STATUS_TMP) @@ -27,7 +32,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) ## List of phony targets .PHONY : everything all all-local all-recursive install install-local \