ObjFW  Diff

Differences From Artifact [bed8806365]:

To Artifact [11d0cb7f34]:


93
94
95
96
97
98
99
100




101
93
94
95
96
97
98
99

100
101
102
103
104







-
+
+
+
+

	[self XMLParserTests];
#ifdef OF_PLUGINS
	[self pluginTests];
#endif
#ifdef OF_HAVE_PROPERTIES
	[self propertiesTests];
#endif
}

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