mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-21191 Fixing testtagsguards.sh
This commit is contained in:
parent
8dc85529e1
commit
3112d9ebb9
1 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
#/usr/bin/env bash
|
||||
# Copyright © 2019 and later: Unicode, Inc. and others.
|
||||
# License & terms of use: http://www.unicode.org/copyright.html
|
||||
|
||||
|
@ -6,11 +7,11 @@
|
|||
|
||||
# set -x # echo on
|
||||
|
||||
DEF:=-DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
|
||||
INCL:="-Isource/common -Isource/i18n -Isource/io"
|
||||
TMPDIR:=`mktemp -d`
|
||||
DIFF:="diff -u --minimal"
|
||||
CXX:="clang++"
|
||||
: ${DEF:=-DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1}
|
||||
: ${INCL:="-Isource/common -Isource/i18n -Isource/io"}
|
||||
: ${TMPDIR:=`mktemp -d`}
|
||||
: ${DIFF:="diff -u --minimal"}
|
||||
: ${CXX:="clang++"}
|
||||
|
||||
echo "*** testtagsguards.sh TMPDIR=$TMPDIR"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue