]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/collationperf/Makefile.in
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / test / perf / collationperf / Makefile.in
index ba74d5a700300318869f8df75240209c0126903d..13ec1a73dc825821cd61f7f8bd79aeedddfe5bc6 100644 (file)
@@ -1,5 +1,8 @@
 ## Makefile.in for ICU - test/perf/collationperf
-## Copyright (c) 2001-2008, International Business Machines Corporation and
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html#License
+##
+## Copyright (c) 2001-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Source directory information
@@ -19,7 +22,7 @@ CLEANFILES = *~ $(DEPS)
 ## Target information
 TARGET = collperf
 
-CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
+CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
 LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)
 
 OBJECTS = collperf.o
@@ -55,6 +58,7 @@ distclean-local: clean-local
        $(RMV) Makefile
 
 check-local: all-local
+       $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
 
 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        cd $(top_builddir) \