summaryrefslogtreecommitdiff
path: root/src/tests/elementary/elm_test_init.c
blob: 60d3460b790b7e0a48a0df3dd71031f3f863fe3c (plain)
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);
}