ObjFW  Diff

Differences From Artifact [6d0cbb749a]:

To Artifact [10ffb688e4]:


32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
extern void properties_tests();
#endif
extern void string_tests();
extern void tcpsocket_tests();
#ifdef OF_THREADS
extern void thread_tests();
#endif
extern void xmlelement_tests();
extern void xmlparser_tests();

static int fails = 0;

static void
output(OFString *str, int color)
{
#ifdef STDOUT







<
<







32
33
34
35
36
37
38


39
40
41
42
43
44
45
extern void properties_tests();
#endif
extern void string_tests();
extern void tcpsocket_tests();
#ifdef OF_THREADS
extern void thread_tests();
#endif



static int fails = 0;

static void
output(OFString *str, int color)
{
#ifdef STDOUT
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
	array_tests();
	dictionary_tests();
	list_tests();
	tcpsocket_tests();
#ifdef OF_THREADS
	thread_tests();
#endif
	xmlelement_tests();
	xmlparser_tests();
#ifdef OF_PLUGINS
	plugin_tests();
#endif
#ifdef OF_HAVE_PROPERTIES
	properties_tests();
#endif

	return fails;
}







<
<









107
108
109
110
111
112
113


114
115
116
117
118
119
120
121
122
	array_tests();
	dictionary_tests();
	list_tests();
	tcpsocket_tests();
#ifdef OF_THREADS
	thread_tests();
#endif


#ifdef OF_PLUGINS
	plugin_tests();
#endif
#ifdef OF_HAVE_PROPERTIES
	properties_tests();
#endif

	return fails;
}