@@ -75,10 +75,13 @@ } - (void)applicationDidFinishLaunching { [self objectTests]; +#ifdef OF_HAVE_BLOCKS + [self blockTests]; +#endif [self stringTests]; [self fileTests]; [self MD5HashTests]; [self SHA1HashTests]; [self dataArrayTests];