Eeze test: Fix eeze test compilation.
authorTom Hacohen <tom@stosb.com>
Tue, 16 Feb 2016 12:54:29 +0000 (12:54 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 16 Feb 2016 12:54:29 +0000 (12:54 +0000)
src/tests/eeze/eeze_suite.c

index 48884dc..8f8d365 100644 (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;