ObjFW  Diff

Differences From Artifact [c3595a97f9]:

To Artifact [ba75cf92ad]:


14
15
16
17
18
19
20
21
22
23
24

25
26
27
28
29
30
31
32
33
34
14
15
16
17
18
19
20




21



22
23
24
25
26
27
28







-
-
-
-
+
-
-
-







 * file.
 */

#include "config.h"

#include <stdlib.h>

#import "OFString.h"
#import "OFArray.h"
#import "OFStdIOStream.h"
#import "OFFile.h"
#import "ObjFW.h"
#import "OFAutoreleasePool.h"

#import "OFException.h"

#import "TestsAppDelegate.h"

#if defined(STDOUT) && (defined(_WIN32) || defined(__DJGPP__))
# undef STDOUT
# define STDOUT_SIMPLE
#endif