]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/calltest.c
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / calltest.c
index 6c5af0614c15d2bf766426e53849755ee5898299..96ea400a4ec8e01a5de2f7d4b5a9ea08a274991a 100644 (file)
@@ -45,6 +45,7 @@ void addUSpoofTest(TestNode** root);
 #if !UCONFIG_NO_FORMATTING
 void addGendInfoForTest(TestNode** root);
 #endif
+void addUNumberFormatterTest(TestNode** root);
 
 void addAllTests(TestNode** root)
 {
@@ -88,5 +89,6 @@ void addAllTests(TestNode** root)
     addPUtilTest(root);
 #if !UCONFIG_NO_FORMATTING
     addGendInfoForTest(root);
+    addUNumberFormatterTest(root);
 #endif
 }