efl/src/tests/elua/elua_lib.c

22 lines
261 B
C
Raw Normal View History

2015-04-16 02:55:27 -07:00
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include<Eina.h>
#include "Elua.h"
#include "elua_suite.h"
/*START_TEST(test_name)
{
}
END_TEST*/
void elua_lib_test(TCase *tc)
{
//tcase_add_test(tc, test_name);
}