int main (void)
{ int number_failed;
SRunner *sr; struct log_config *logging;
/* Configure the logging sub-system so that functions can use
* the log functions as appropriate */
logging = log_config_init_for_console(LOG_LEVEL_INFO,
g_getenv("TEST_LOG_LEVEL"));
log_start_from_param(logging);
log_config_free(logging); /* Disable stdout buffering, as this can confuse the error
* reporting when running in libcheck fork mode */
setvbuf(stdout, NULL, _IONBF, 0);
sr = srunner_create (make_suite_test_bitmap_load());
srunner_add_suite(sr, make_suite_egfx_base_functions());
srunner_add_suite(sr, make_suite_region());
srunner_add_suite(sr, make_suite_tconfig_load_gfx());
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.