367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
|
#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];
|
<
<
<
|
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];
[self dataTests];
[self dictionaryTests];
[self listTests];
[self valueTests];
[self streamTests];
[self memoryStreamTests];
[self notificationCenterTests];
|