ObjFW  Check-in [06d5d5a774]

Overview
Comment:tests: Import ObjFW.h to test it.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 06d5d5a774501d8252d6c8718b4200faca71d87559223d6fec77cca8e8c5cded
User & Date: js on 2013-12-15 16:36:25
Other Links: manifest | tags
Context
2013-12-15
16:57
configure: Add --disable-tls option. check-in: 1fb15f3fd9 user: js tags: trunk
16:36
tests: Import ObjFW.h to test it. check-in: 06d5d5a774 user: js tags: trunk
16:31
Fix ObjFW.h. check-in: f03942db89 user: js tags: trunk
Changes

Modified tests/TestsAppDelegate.m from [c3595a97f9] to [ba75cf92ad].

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 * file.
 */

#include "config.h"

#include <stdlib.h>

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

#import "OFException.h"

#import "TestsAppDelegate.h"

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







<
<
<
|
<
<
<







14
15
16
17
18
19
20



21



22
23
24
25
26
27
28
 * file.
 */

#include "config.h"

#include <stdlib.h>




#import "ObjFW.h"




#import "TestsAppDelegate.h"

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