mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-8706 icucheck x64
X-SVN-Rev: 30347
This commit is contained in:
parent
12fe8cc4a2
commit
e4d0866669
1 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
@echo off
|
||||
REM ********************************************************************
|
||||
REM * COPYRIGHT:
|
||||
REM * Copyright (c) 2010, International Business Machines Corporation
|
||||
REM * Copyright (c) 2010-2011, International Business Machines Corporation
|
||||
REM * and others. All Rights Reserved.
|
||||
REM ********************************************************************
|
||||
|
||||
|
@ -21,7 +21,14 @@ exit /b 1
|
|||
set ICU_OPATH=%PATH%
|
||||
|
||||
set ICU_ICUDIR=%~f0\..\..\..
|
||||
|
||||
|
||||
set ICU_BINDIR=%ICU_ICUDIR%\bin
|
||||
|
||||
if "%ICU_ARCH%" == "x64" (
|
||||
set ICU_BINDIR=%ICU_ICUDIR%\bin64
|
||||
)
|
||||
|
||||
set PATH=%ICU_BINDIR%;%PATH%
|
||||
|
||||
echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
|
||||
|
@ -107,7 +114,7 @@ echo -
|
|||
echo -
|
||||
echo -
|
||||
echo ============================================================
|
||||
echo Summary:
|
||||
echo Summary: ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
|
||||
echo -
|
||||
echo Tests Run : %ICURUN%
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue