return;
}
}
+ printf("%s is not found\n", argv[1]);
+ exit(1);
}
fp = fopen("ecore_exception_list", "r");
return;
}
}
+ printf("%s is not found\n", argv[1]);
+ exit(1);
}
fp = fopen("edje_exception_list", "r");
return;
}
}
+ printf("%s is not found\n", argv[1]);
+ exit(1);
}
fp = fopen("eet_exception_list", "r");
return;
}
}
+ printf("%s is not found\n", argv[1]);
+ exit(1);
}
fp = fopen("eina_exception_list", "r");
return;
}
}
+ printf("%s is not found\n", argv[1]);
+ exit(1);
}
fp = fopen("eio_exception_list", "r");
if (argv[1])
{
- for (i = 0;; i++)
+ for (i = 0; utc[i].test_case; i++)
{
if (!strcmp(argv[1], utc[i].test_case))
{
return;
}
}
+ printf("%s is not found\n", argv[1]);
+ exit(1);
}
fp = fopen("elm_exception_list", "r");
return;
}
}
+ printf("%s is not found\n", argv[1]);
+ exit(1);
}
fp = fopen("evas_exception_list", "r");