Eo: add autotools tests. I have plenty of errors with the unit tests on Windows
[profile/ivi/eobj.git] / src / tests / eo_suite / eo_suite.h
1 #ifndef _EO_SUITE_H
2 #define _EO_SUITE_H
3
4 #include <check.h>
5
6 void eo_test_init(TCase *tc);
7 void eo_test_general(TCase *tc);
8 void eo_test_class_errors(TCase *tc);
9
10
11 #endif /* _EO_SUITE_H */