@@ -95,7 +95,10 @@ [self pluginTests]; #endif #ifdef OF_HAVE_PROPERTIES [self propertiesTests]; #endif + + if (fails > 0) + [OFApplication terminateWithStatus: fails]; } @end