@@ -312,10 +312,13 @@ [[OFFileManager defaultManager] changeCurrentDirectoryPath: @"/apps/objfw-tests"]; #endif [self runtimeTests]; +#ifdef COMPILER_SUPPORTS_ARC + [self runtimeARCTests]; +#endif [self objectTests]; [self methodSignatureTests]; [self invocationTests]; [self forwardingTests]; #ifdef OF_HAVE_BLOCKS