370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
|
changeCurrentDirectoryPath: @"/apps/objfw-tests"];
#endif
[self runtimeTests];
#ifdef COMPILER_SUPPORTS_ARC
[self runtimeARCTests];
#endif
[self stringTests];
[self dataTests];
[self dictionaryTests];
[self listTests];
[self valueTests];
[self streamTests];
[self memoryStreamTests];
[self notificationCenterTests];
|
<
|
370
371
372
373
374
375
376
377
378
379
380
381
382
383
|
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];
|