ObjFW  Diff

Differences From Artifact [6a3d9e4d37]:

To Artifact [83bb4f0759]:


438
439
440
441
442
443
444



445
446
447
448
449
450
451
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454







+
+
+







#endif
	[self JSONTests];
	[self propertyListTests];
#if defined(OF_HAVE_PLUGINS)
	[self pluginTests];
#endif

#ifdef OF_HAVE_SOCKETS
	[self DNSResolverTests];
#endif
	[self systemInfoTests];
	[self localeTests];

#if defined(OF_IOS)
	[self outputString: [OFString stringWithFormat: @"%d tests failed!",
							_fails]
		   inColor: NO_COLOR];