diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-06-06 13:50:11 +0200 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-06-07 09:39:10 +0200 |
commit | 4e386c883aae2b25c50e9da52e4da1cff51a6e66 (patch) | |
tree | 070fc611f08b634328b207d724d98ca26ab36ffa /src/Makefile_Eo.am | |
parent | 7e72a9328365fbecc366e75a600d12ef8b8f3c4c (diff) | |
download | efl-4e386c883aae2b25c50e9da52e4da1cff51a6e66.tar.gz |
eo: add testcase for basic eventing and lifetime checking
checks if a object is really freed, even under error conditions.
The test suite now has the following timing:
TC TIME Eo general: 0.035713
SUITE TIME(8227) Eo: 0.036046
Differential Revision: https://phab.enlightenment.org/D6253
Diffstat (limited to 'src/Makefile_Eo.am')
-rw-r--r-- | src/Makefile_Eo.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_Eo.am b/src/Makefile_Eo.am index 4874e5a90a..7d318d2a5d 100644 --- a/src/Makefile_Eo.am +++ b/src/Makefile_Eo.am @@ -148,7 +148,8 @@ tests/eo/suite/eo_test_general.c \ tests/eo/suite/eo_test_value.c \ tests/eo/suite/eo_test_event.c \ tests/eo/suite/eo_test_threaded_calls.c \ -tests/eo/suite/eo_test_init.c +tests/eo/suite/eo_test_init.c \ +tests/eo/suite/eo_test_lifecycle.c tests_eo_eo_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ -DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/eo\" \ |