]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/calltest.c
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / calltest.c
index a2e60c67a7cbd76d54eab2d2c4e272d3f54e0a9c..6c5af0614c15d2bf766426e53849755ee5898299 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
  * Copyright (c) 1996-2012, International Business Machines Corporation and
@@ -23,6 +25,7 @@ void addFormatTest(TestNode** root);
 void addConvert(TestNode** root);
 void addCollTest(TestNode** root);
 void addComplexTest(TestNode** root);
+void addBidiTransformTest(TestNode** root);
 void addUDataTest(TestNode** root);
 void addUTF16Test(TestNode** root);
 void addUTF8Test(TestNode** root);
@@ -58,6 +61,7 @@ void addAllTests(TestNode** root)
     addStandardNamesTest(root);
     addUCsdetTest(root);
     addComplexTest(root);
+    addBidiTransformTest(root);
     addUSetTest(root);
 #if !UCONFIG_NO_IDNA
     addUStringPrepTest(root);