U_CDECL_END static void addAllTests(TestNode** root) { addFileTest(root); addStringTest(root); addTranslitTest(root); #if !UCONFIG_NO_FORMATTING addTest(root, &DataDrivenPrintf, "datadriv/DataDrivenPrintf"); addTest(root, &DataDrivenPrintfPrecision, "datadriv/DataDrivenPrintfPrecision"); addTest(root, &DataDrivenScanf, "datadriv/DataDrivenScanf"); #endif addStreamTests(root); }
U_CDECL_END static void addAllTests(TestNode** root) { addFileTest(root); addStringTest(root); addTranslitTest(root); #if !UCONFIG_NO_FORMATTING && !UCONFIG_NO_LEGACY_CONVERSION addTest(root, &DataDrivenPrintf, "datadriv/DataDrivenPrintf"); addTest(root, &DataDrivenPrintfPrecision, "datadriv/DataDrivenPrintfPrecision"); addTest(root, &DataDrivenScanf, "datadriv/DataDrivenScanf"); #endif #if U_IOSTREAM_SOURCE >= 199711 addStreamTests(root); #endif }