ObjFW  Diff

Differences From Artifact [969c91a20e]:

To Artifact [e7f245ce3b]:


145
146
147
148
149
150
151
152
153
154
155
	[self pluginTests];
#endif
	[self forwardingTests];
#ifdef OF_HAVE_PROPERTIES
	[self propertiesTests];
#endif

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







<
|


145
146
147
148
149
150
151

152
153
154
	[self pluginTests];
#endif
	[self forwardingTests];
#ifdef OF_HAVE_PROPERTIES
	[self propertiesTests];
#endif


	[OFApplication terminateWithStatus: fails];
}
@end