mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-12698 fix error in running performance test
X-SVN-Rev: 39510
This commit is contained in:
parent
725a6726d7
commit
519a43ada5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ distclean-local: clean-local
|
|||
$(RMV) Makefile
|
||||
|
||||
invoke check-local: all-local
|
||||
ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) ./howexpensive.xml
|
||||
ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) -f ./howexpensive.xml
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
Loading…
Add table
Reference in a new issue