X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/test/cintltst/calltest.c diff --git a/icuSources/test/cintltst/calltest.c b/icuSources/test/cintltst/calltest.c index 120fecfc..a2e60c67 100644 --- a/icuSources/test/cintltst/calltest.c +++ b/icuSources/test/cintltst/calltest.c @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1996-2010, International Business Machines Corporation and + * Copyright (c) 1996-2012, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ /******************************************************************************** @@ -39,6 +39,9 @@ void addUTextTest(TestNode** root); void addUCsdetTest(TestNode** root); void addCnvSelTest(TestNode** root); void addUSpoofTest(TestNode** root); +#if !UCONFIG_NO_FORMATTING +void addGendInfoForTest(TestNode** root); +#endif void addAllTests(TestNode** root) { @@ -79,5 +82,7 @@ void addAllTests(TestNode** root) addUSpoofTest(root); #endif addPUtilTest(root); +#if !UCONFIG_NO_FORMATTING + addGendInfoForTest(root); +#endif } -