ICU-880 Add collation performance test program

X-SVN-Rev: 4550
This commit is contained in:
Andy Heninger 2001-04-25 01:06:38 +00:00
parent 6e42a547a7
commit 9c50953149
2 changed files with 17 additions and 1 deletions

View File

@ -111,6 +111,18 @@ Package=<4>
###############################################################################
Project: "collperf"=..\TEST\COLLPERF\collperf\collperf.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "common"=..\common\common.dsp - Package Owner=<4>
Package=<5>
@ -365,6 +377,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name common
End Project Dependency
Begin Project Dependency
Project_Dep_Name collperf
End Project Dependency
}}}
###############################################################################

View File

@ -4,7 +4,7 @@ dnl Copyright (c) 1999-2000, International Business Machines Corporation and
dnl others. All Rights Reserved.
dnl Stephen F. Booth, heavily modified by Yves and others
dnl $Id: configure.in,v 1.101 2001/04/04 02:28:04 swquek Exp $
dnl $Id: configure.in,v 1.102 2001/04/25 01:06:38 aheninger Exp $
dnl Process this file with autoconf to produce a configure script
AC_INIT(common/unicode/utypes.h)
@ -743,6 +743,7 @@ AC_OUTPUT([README icudefs.mk \
tools/genqchk/Makefile tools/genfchk/Makefile tools/genprops/Makefile \
test/Makefile test/testdata/Makefile test/intltest/Makefile test/cintltst/Makefile \
test/ieeetest/Makefile \
test/collperf/Makefile \
samples/Makefile samples/date/Makefile samples/cal/Makefile \
common/unicode/platform.h])