Differences From Artifact [ab19980a71]:
- File
tests/TestsAppDelegate.m
— part of check-in
[b636ef71a9]
at
2018-02-07 23:08:08
on branch trunk
— Reenable plugin tests on iOS
These work now that we have proper .bundles. (user: js, size: 10828) [annotate] [blame] [check-ins using]
To Artifact [a9b0ea0b54]:
- File tests/TestsAppDelegate.m — part of check-in [248fd739a5] at 2018-02-16 23:25:05 on branch trunk — TestsAppDelegate: Fix #ifdef (user: js, size: 10828) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
19 20 21 22 23 24 25 | #include <stdlib.h> #import "ObjFW.h" #import "TestsAppDelegate.h" | | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
#include <stdlib.h>
#import "ObjFW.h"
#import "TestsAppDelegate.h"
#if defined(STDOUT) && (defined(OF_WINDOWS) || defined(OF_MSDOS) || \
defined(OF_IOS))
# undef STDOUT
# define STDOUT_SIMPLE
#endif
#ifdef OF_IOS
# include <CoreFoundation/CoreFoundation.h>
#endif
|
| ︙ | ︙ |