ObjFW  Diff

Differences From Artifact [f78ac3ef9d]:

To Artifact [969c91a20e]:


140
141
142
143
144
145
146

147
148
149
150
151
152
153
154
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155







+








	[self XMLNodeTests];
	[self XMLElementBuilderTests];
	[self serializationTests];
	[self JSONTests];
#ifdef OF_PLUGINS
	[self pluginTests];
#endif
	[self forwardingTests];
#ifdef OF_HAVE_PROPERTIES
	[self propertiesTests];
#endif

	if (fails > 0)
		[OFApplication terminateWithStatus: fails];
}
@end