ObjFW  Diff

Differences From Artifact [0065cae80a]:

To Artifact [70ab30c579]:


348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
348
349
350
351
352
353
354



355
356
357
358
359
360
361







-
-
-







#if defined(OF_HAVE_FILES) && defined(HAVE_CODEPAGE_437)
	[self INIFileTests];
#endif
#ifdef OF_HAVE_SOCKETS
	[self socketTests];
	[self TCPSocketTests];
	[self UDPSocketTests];
# ifdef OF_HAVE_SCTP
	[self SCTPSocketTests];
# endif
# ifdef OF_HAVE_IPX
	[self IPXSocketTests];
	[self SPXSocketTests];
	[self SPXStreamSocketTests];
# endif
	[self kernelEventObserverTests];
#endif