summaryrefslogtreecommitdiff
path: root/src/tests/eet_cxx/eet_cxx_suite.h
blob: 1e9e5269344b43265203b86f6c1df2808dfe4460 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _EET_CXX_SUITE_H
#define _EET_CXX_SUITE_H

#include <cassert>
#include <algorithm>

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

#endif /* _EET_CXX_SUITE_H */