summaryrefslogtreecommitdiff
path: root/src/tests/eet_cxx/eet_cxx_suite.h
blob: a2780ea78409b7859618a9347e5fca1c668fd123 (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>

void eet_cxx_test_descriptors(TCase* tc);

#endif /* _EET_CXX_SUITE_H */