summaryrefslogtreecommitdiff
path: root/src/tests/ecore_wl2/ecore_wl2_suite.h
blob: 111b388f2810c4a402afebaddc0043d668041c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef _ECORE_WL2_SUITE_H
# define _ECORE_WL2_SUITE_H

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <check.h>
#include "../efl_check.h"
#include <stdio.h>
#include <unistd.h>
#include <Ecore.h>
#include <Ecore_Wl2.h>

void ecore_wl2_test_init(TCase *tc);
void ecore_wl2_test_display(TCase *tc);
void ecore_wl2_test_window(TCase *tc);
void ecore_wl2_test_input(TCase *tc);
void ecore_wl2_test_output(TCase *tc);

#endif