ObjFW  Diff

Differences From Artifact [2f2d348e00]:

To Artifact [457f56b26a]:


367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
367
368
369
370
371
372
373



374
375
376
377
378
379
380







-
-
-







#endif
#if defined(OF_WII) && defined(OF_HAVE_FILES)
	[[OFFileManager defaultManager]
	    changeCurrentDirectoryPath: @"/apps/objfw-tests"];
#endif

	[self runtimeTests];
#ifdef COMPILER_SUPPORTS_ARC
	[self runtimeARCTests];
#endif
	[self dataTests];
	[self dictionaryTests];
	[self listTests];
	[self valueTests];
	[self streamTests];
	[self memoryStreamTests];
	[self notificationCenterTests];