efl/src/tests/eo/constructors
Marcel Hollerbach 46885653bc eo: remove class functions from eo
As in the previous commit explained, we want to get rid of class
functions in eo, and make them just c functions right away.

This commit removes the class parameter from the eo_class_function_set
call, and adjusts the tests to not depend on class functions anymore.
Class functions are now not tested anymore, tests that used them as a
way to test *things* are adjusted to test them now with object
functions, tests that just tested the working of class functions are
dropped.

This fixes T7675.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D7902
2019-02-13 16:59:59 +01:00
..
constructors_main.c
constructors_mixin.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
constructors_mixin.h
constructors_simple.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
constructors_simple.h
constructors_simple2.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
constructors_simple2.h
constructors_simple3.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
constructors_simple3.h
constructors_simple4.c
constructors_simple4.h
constructors_simple5.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
constructors_simple5.h
constructors_simple6.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
constructors_simple6.h
constructors_simple7.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
constructors_simple7.h
meson.build build: also build eo-tests with debug profile 2019-02-12 16:24:24 +01:00