@@ -55,10 +55,17 @@ } \ } #define R(...) (__VA_ARGS__, 1) @class OFString; + +enum { + NO_COLOR, + RED, + GREEN, + YELLOW +}; @interface TestsAppDelegate: OFObject { int _fails; } @@ -130,10 +137,14 @@ @end @interface TestsAppDelegate (OFListTests) - (void)listTests; @end + +@interface TestsAppDelegate (OFLocalizationTests) +- (void)localizationTests; +@end @interface TestsAppDelegate (OFMD5HashTests) - (void)MD5HashTests; @end