summaryrefslogtreecommitdiff
path: root/src/tests/eolian_cxx/eolian_cxx_suite.h
blob: 63691d6a2d5b893ec8bb7fcdabc75a219eaf100e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _EOLIAN_CXX_SUITE_H
#define _EOLIAN_CXX_SUITE_H

#include <check.h>

void eolian_cxx_test_parse(TCase* tc);
void eolian_cxx_test_wrapper(TCase* tc);
void eolian_cxx_test_generate(TCase* tc);
void eolian_cxx_test_address_of(TCase* tc);
void eolian_cxx_test_inheritance(TCase* tc);
void eolian_cxx_test_binding(TCase* tc);
void eolian_cxx_test_cyclic(TCase* tc);
void eolian_cxx_test_documentation(TCase* tc);

#endif /* _EOLIAN_CXX_SUITE_H */