@@ -289,20 +289,22 @@ #endif } - (void)applicationDidFinishLaunching { -#ifdef __wii__ +#if defined(__wii__) && defined(OF_HAVE_FILES) [OFFile changeCurrentDirectoryPath: @"/apps/objfw-tests"]; #endif [self objectTests]; #ifdef OF_HAVE_BLOCKS [self blockTests]; #endif +#ifdef OF_HAVE_FILES [self MD5HashTests]; [self SHA1HashTests]; +#endif [self stringTests]; [self dataArrayTests]; [self arrayTests]; [self dictionaryTests]; [self listTests]; @@ -321,11 +323,13 @@ [self HTTPClientTests]; #endif [self XMLParserTests]; [self XMLNodeTests]; [self XMLElementBuilderTests]; +#ifdef OF_HAVE_FILES [self serializationTests]; +#endif [self JSONTests]; #ifdef OF_HAVE_PLUGINS [self pluginTests]; #endif [self forwardingTests];