Eo: add autotools tests. I have plenty of errors with the unit tests on Windows
[profile/ivi/eobj.git] / src / tests / composite_objects / comp.h
1 #ifndef COMP_H
2 #define COMP_H
3
4 #define COMP_CLASS comp_class_get()
5 const Eo_Class *comp_class_get(void);
6
7 #endif