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