Differences From Artifact [08e4ea3058]:
- File tests/OFFileManagerTests.m — part of check-in [523f721292] at 2024-04-28 12:47:07 on branch trunk — Skip (sym)link tests if unavailable (user: js, size: 14959) [annotate] [blame] [check-ins using] [more...]
To Artifact [fb37084320]:
- File tests/OFFileManagerTests.m — part of check-in [b585f68973] at 2024-11-13 00:01:37 on branch trunk — Fix compiling on Haiku r1beta5 (user: js, size: 15011) [annotate] [blame] [check-ins using] [more...]
︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | + + + + | #include "config.h" #include <errno.h> #import "ObjFW.h" #import "ObjFWTest.h" #ifdef OF_HAIKU # include <TypeConstants.h> #endif @interface OFFileManagerTests: OTTestCase { OFFileManager *_fileManager; OFIRI *_testsDirectoryIRI, *_testFileIRI; } @end |
︙ |