Eo: Fix singleton pattern and add a test to make sure it works.
authorTom Hacohen <tom@stosb.com>
Wed, 18 May 2016 12:29:45 +0000 (13:29 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 18 May 2016 12:31:30 +0000 (13:31 +0100)
commit96624b9725bdecbdc5d741bff320395469fdf675
tree231b4ab90e06c8f9641e75403b9be964f36a1901
parentdc600eb3745d329af45f3835c3d0f2c9d0bcf092
Eo: Fix singleton pattern and add a test to make sure it works.
src/Makefile_Eo.am
src/lib/eo/eo.c
src/tests/eo/suite/eo_test_class_singleton.c [new file with mode: 0644]
src/tests/eo/suite/eo_test_class_singleton.h [new file with mode: 0644]
src/tests/eo/suite/eo_test_general.c