Eobj: Use xref.
[profile/ivi/eobj.git] / tests / eobj_suite.h
1 #ifndef _EOBJ_SUITE_H
2 #define _EOBJ_SUITE_H
3
4 #include <check.h>
5
6 void eobj_test_init(TCase *tc);
7 void eobj_test_general(TCase *tc);
8 void eobj_test_class_errors(TCase *tc);
9
10
11 #endif /* _EOBJ_SUITE_H */