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