ObjFW  Diff

Differences From Artifact [296b9e3000]:

To Artifact [67fb65151c]:


19
20
21
22
23
24
25
26


27
28
29
30
31
32
33
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))
#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
431
432
433
434
435
436
437
438

439
440
441
442
443
444
445
432
433
434
435
436
437
438

439
440
441
442
443
444
445
446







-
+







	[self XMLParserTests];
	[self XMLNodeTests];
	[self XMLElementBuilderTests];
#ifdef OF_HAVE_FILES
	[self serializationTests];
#endif
	[self JSONTests];
#ifdef OF_HAVE_PLUGINS
#if defined(OF_HAVE_PLUGINS) && !defined(OF_IOS)
	[self pluginTests];
#endif

#if defined(OF_IOS)
	[self outputString: [OFString stringWithFormat: @"%d tests failed!",
							_fails]
		   inColor: NO_COLOR];