summaryrefslogtreecommitdiff
path: root/src/tests/evas/evas_test_init.c
blob: 3b1775274517620a51930d37ea5b5dd82b1b9bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <stdio.h>

#include <Evas.h>

#include "evas_suite.h"

EFL_START_TEST(evas_simple)
{
}
EFL_END_TEST

void evas_test_init(TCase *tc)
{
   tcase_add_test(tc, evas_simple);
}