Eeze test: Fix eeze test compilation.

This commit is contained in:
Tom Hacohen 2016-02-16 12:54:29 +00:00
parent ddf723e15b
commit a47122c1ca
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# include <config.h>
#endif /* ifdef HAVE_CONFIG_H */
#include "ecore_suite.h"
#include "eeze_suite.h"
#include "../efl_check.h"
static const Efl_Test_Case etc[] = {
@ -14,7 +14,7 @@ static const Efl_Test_Case etc[] = {
};
int
main(void)
main(int argc, char *argv[])
{
int failed_count;