summaryrefslogtreecommitdiff
path: root/src/tests/elput/elput_suite.h
blob: 52411446473d71122f8b58179888ca8fab286af9 (plain)
1
2
3
4
5
6
7
8
#ifndef _ELPUT_SUITE_H
# define _ELPUT_SUITE_H

# include <check.h>
#include "../efl_check.h"
void elput_test_elput(TCase *tc);

#endif