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

Unified Diff: icu46/source/config/test-icu-config.sh

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/config/pkgdataMakefile.in ('k') | icu46/source/config/windows-update.sed.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/config/test-icu-config.sh
===================================================================
--- icu46/source/config/test-icu-config.sh (revision 0)
+++ icu46/source/config/test-icu-config.sh (revision 0)
@@ -0,0 +1,49 @@
+#!/bin/sh
+## -*-sh-*-
+## Copyright (c) 2002, International Business Machines Corporation and
+## others. All Rights Reserved.
+#
+# Just a script to test out icu-config.
+#
+
+set -x
+which icu-config
+icu-config
+icu-config -?
+icu-config --BAD ARGUMENT
+icu-config --bindir
+icu-config --cflags
+icu-config --cxx
+icu-config --cc
+icu-config --cxxflags
+icu-config --cppflags
+icu-config --cppflags-searchpath
+icu-config --incpath
+icu-config --invoke
+icu-config --invoke=genrb
+icu-config --invoke=./myapp
+icu-config --invoke=/path/to/myapp
+icu-config --ldflags
+icu-config --ldflags-layout
+icu-config --ldflags-searchpath
+icu-config --ldflags-libsonly
+icu-config --ldflags-system
+icu-config --ldflags-ustdio
+icu-config --exec-prefix
+icu-config --prefix
+icu-config --sbindir
+icu-config --sysconfdir
+icu-config --mandir
+icu-config --icudata
+icu-config --icudatadir
+icu-config --icudata-mode
+icu-config --icudata-install-dir
+icu-config --shared-datadir
+icu-config --unicode-version
+icu-config --version
+# should fail
+icu-config --prefix=/tmp --bindir
+# following needs to point to an alternate path that will work
+icu-config --prefix=/Users/srl/II --cflags
+icu-config --detect-prefix --ldflags --ldflags-layout
+
Property changes on: icu46/source/config/test-icu-config.sh
___________________________________________________________________
Added: svn:executable
+ *
« no previous file with comments | « icu46/source/config/pkgdataMakefile.in ('k') | icu46/source/config/windows-update.sed.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698