Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: icu46/source/test/testdata/testdata.mak

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu46/source/test/testdata/testaliases.txt ('k') | icu46/source/test/testdata/testempty.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/test/testdata/testdata.mak
===================================================================
--- icu46/source/test/testdata/testdata.mak (revision 0)
+++ icu46/source/test/testdata/testdata.mak (revision 0)
@@ -0,0 +1,159 @@
+#**********************************************************************
+#* Copyright (C) 1999-2010, International Business Machines Corporation
+#* and others. All Rights Reserved.
+#**********************************************************************
+#
+# 03/19/2001 weiv, schererm Created
+
+.SUFFIXES : .res .txt
+
+TESTPKG=testdata
+TESTDT=$(TESTPKG)
+
+
+ALL : "$(TESTDATAOUT)\testdata.dat"
+ @echo Test data is built.
+
+# old_l_testtypes.res is there for cintltst/udatatst.c/TestSwapData()
+# I generated it with an ICU 4.2.1 build on Linux after removing
+# testincludeUTF (which would make it large, unnecessarily for this test)
+# and renaming the collations element to avoid build CollationElements
+# (which will not work with a newer swapper)
+# markus 2010jan15
+
+# old_e_testtypes.res is the same, but icuswapped to big-endian EBCDIC
+
+# the following file has $(TEST_RES_SOURCE)
+!INCLUDE "$(TESTDATA)\tstfiles.mk"
+
+TEST_RES_FILES = $(TEST_RES_SOURCE:.txt=.res)
+
+"$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\iscii.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\DataDrivenCollationTest.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" "$(TESTDATABLD)\testnorm.nrm"
+ @echo Building test data
+ @copy "$(TESTDATABLD)\te.res" "$(TESTDATAOUT)\$(TESTDT)\nam.typ"
+ @copy "$(TESTDATA)\old_l_testtypes.res" "$(TESTDATABLD)"
+ @copy "$(TESTDATA)\old_e_testtypes.res" "$(TESTDATABLD)"
+ "$(ICUPBIN)\pkgdata" -f -v -m common -c -p"$(TESTPKG)" -d "$(TESTDATAOUT)" -T "$(TESTDATABLD)" -s "$(TESTDATABLD)" <<
+casing.res
+conversion.res
+mc.res
+root.res
+testtable32.res
+sh.res
+sh_YU.res
+te.res
+te_IN.res
+te_IN_REVISED.res
+testtypes.res
+old_l_testtypes.res
+old_e_testtypes.res
+testempty.res
+testaliases.res
+structLocale.res
+icuio.res
+iscii.res
+test.icu
+test1.cnv
+test1bmp.cnv
+test3.cnv
+test4.cnv
+test4x.cnv
+test5.cnv
+ibm9027.cnv
+idna_rules.res
+nfscsi.spp
+nfscss.spp
+nfscis.spp
+nfsmxs.spp
+nfsmxp.spp
+testnorm.nrm
+$(TEST_RES_FILES:.res =.res
+)
+<<
+
+
+# Inference rule for creating resource bundles
+# Some test data resource bundles are known to have warnings and bad data.
+# The -q option is there on purpose, so we don't see it normally.
+{$(TESTDATA)}.txt.res::
+ @echo Making Test Resource Bundle files $<
+ @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -s"$(TESTDATA)" -d"$(TESTDATABLD)" $<
+
+"$(TESTDATABLD)\iscii.res": "$(TESTDATA)\iscii.bin"
+ @echo Making Test Resource Bundle file with encoding ISCII,version=0
+ @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -eISCII,version=0 -d"$(TESTDATABLD)" iscii.bin
+
+"$(TESTDATABLD)\idna_rules.res": "$(TESTDATA)\idna_rules.txt"
+ @echo Making Test Resource Bundle file for IDNA reference implementation
+ @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -d"$(TESTDATABLD)" idna_rules.txt
+
+
+"$(TESTDATABLD)\test.icu" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe
+ "$(ICUTOOLS)\gentest\$(CFG)\gentest" -d"$(TESTDATABLD)"
+
+# testtable32 resource file
+"$(TESTDATABLD)\testtable32.txt" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe
+ "$(ICUTOOLS)\gentest\$(CFG)\gentest" -r -d"$(TESTDATABLD)"
+
+"$(TESTDATABLD)\testtable32.res": "$(TESTDATABLD)\testtable32.txt"
+ "$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATABLD)" -d"$(TESTDATABLD)" testtable32.txt
+
+# Targets for nfscsi.spp
+"$(TESTDATABLD)\nfscsi.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_cs_prep_ci.txt"
+ @echo Building $@
+ @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscsi -u 3.2.0 nfs4_cs_prep_ci.txt
+
+# Targets for nfscss.spp
+"$(TESTDATABLD)\nfscss.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_cs_prep_cs.txt"
+ @echo Building $@
+ @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscss -u 3.2.0 nfs4_cs_prep_cs.txt
+
+# Targets for nfscis.spp
+"$(TESTDATABLD)\nfscis.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_cis_prep.txt"
+ @echo Building $@
+ @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscis -u 3.2.0 -k -n "$(ICUTOOLS)\..\data\unidata" nfs4_cis_prep.txt
+
+# Targets for nfsmxs.spp
+"$(TESTDATABLD)\nfsmxs.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_mixed_prep_s.txt"
+ @echo Building $@
+ @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfsmxs -u 3.2.0 -k -n "$(ICUTOOLS)\..\data\unidata" nfs4_mixed_prep_s.txt
+
+# Targets for nfsmxp.spp
+"$(TESTDATABLD)\nfsmxp.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_mixed_prep_p.txt"
+ @echo Building $@
+ @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfsmxp -u 3.2.0 -k -n "$(ICUTOOLS)\..\data\unidata" nfs4_mixed_prep_p.txt
+
+
+# Targets for test converter data
+"$(TESTDATABLD)\test1.cnv": "$(TESTDATA)\test1.ucm"
+ @echo Building $@
+ @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
+
+"$(TESTDATABLD)\test1bmp.cnv": "$(TESTDATA)\test1bmp.ucm"
+ @echo Building $@
+ @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
+
+"$(TESTDATABLD)\test3.cnv": "$(TESTDATA)\test3.ucm"
+ @echo Building $@
+ @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
+
+"$(TESTDATABLD)\test4.cnv": "$(TESTDATA)\test4.ucm"
+ @echo Building $@
+ @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
+
+"$(TESTDATABLD)\test4x.cnv": "$(TESTDATA)\test4x.ucm"
+ @echo Building $@
+ @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
+
+"$(TESTDATABLD)\test5.cnv": "$(TESTDATA)\test5.ucm"
+ @echo Building $@
+ @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
+
+"$(TESTDATABLD)\ibm9027.cnv": "$(TESTDATA)\ibm9027.ucm"
+ @echo Building $@
+ @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
+
+# Target for test normalization data
+"$(TESTDATABLD)\testnorm.nrm": "$(TESTDATA)\testnorm.txt"
+ @echo Building $@
+ @"$(ICUTOOLS)\gennorm2\$(CFG)\gennorm2" -s "$(TESTDATA)" testnorm.txt -o $@
« no previous file with comments | « icu46/source/test/testdata/testaliases.txt ('k') | icu46/source/test/testdata/testempty.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698