1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifdef HAVE_CONFIG_H # include "elementary_config.h" #endif #include <Elementary.h> #include "elm_suite.h" EFL_START_TEST(elm_main) { } EFL_END_TEST void elm_test_init(TCase *tc) { tcase_add_test(tc, elm_main); }