@@ -58,17 +58,10 @@ #ifdef OF_NINTENDO_3DS # include <3ds.h> #endif -enum { - NO_COLOR, - RED, - GREEN, - YELLOW -}; - #ifdef OF_PSP static int exit_cb(int arg1, int arg2, void *arg) { sceKernelExitGame(); @@ -439,10 +432,12 @@ [self JSONTests]; [self propertyListTests]; #if defined(OF_HAVE_PLUGINS) [self pluginTests]; #endif + + [self localizationTests]; #if defined(OF_IOS) [self outputString: [OFString stringWithFormat: @"%d tests failed!", _fails] inColor: NO_COLOR];