efl/src/tests/eina
Vincent Torri 8a7cb97e02 Eina: implement strtod in C locale and remove linkl against msvcr100.
Summary:
This fixes compilation on Windows

More precisely edje_cc could not compile emotion edc files, so it was a runtime problem
because of msvcr100 link.

Add more tests than before

Test Plan: compilation

Reviewers: raster

Subscribers: zmike, stefan_schmidt, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7926
2019-02-28 14:36:42 +01:00
..
.gitignore
cxx_compile_test.cxx
eina_suite.c tests: add test for eina_debug signal handling 2018-06-19 14:04:40 -04:00
eina_suite.h tests: add test for eina_debug signal handling 2018-06-19 14:04:40 -04:00
eina_suite.x
eina_test_abi.c tests/eina: suppress deprecated api warnings for eina abi test 2018-08-14 17:26:08 -04:00
eina_test_accessor.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_array.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_barrier.c tests: remove sleep calls from eina_barrier_test_simple 2018-04-05 11:10:28 +02:00
eina_test_benchmark.c tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eina_test_bezier.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_binbuf.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_binshare.c tests: ck_assert_ptr_null -> ck_assert_ptr_ne 2018-04-05 13:43:54 -04:00
eina_test_clist.c tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eina_test_convert.c Eina: implement strtod in C locale and remove linkl against msvcr100. 2019-02-28 14:36:42 +01:00
eina_test_counter.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_cow.c tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eina_test_crc.c tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eina_test_debug.c tests/eina: make inclusion for define explicit and more compatible 2018-07-09 13:31:45 -04:00
eina_test_error.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_file.c eina file test - warn - silence wanring wirth a bit of hand str trunc 2018-11-09 12:18:59 +00:00
eina_test_fp.c tests: increase step sizes for eina_fp_div and eina_fp_mul tests 2018-04-05 11:10:32 +02:00
eina_test_freeq.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_hash.c tests: ck_assert_ptr_null -> ck_assert_ptr_eq 2018-04-05 14:04:21 -04:00
eina_test_inarray.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_inlist.c tests: rework eina inlist tests to be infinity% faster 2018-04-05 11:10:27 +02:00
eina_test_iterator.c eina iterator tests - use same unisnged ints to store - warn 2018-12-04 08:24:02 +00:00
eina_test_lalloc.c tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eina_test_list.c tests: ck_assert_ptr_null -> ck_assert_ptr_ne 2018-04-05 13:43:54 -04:00
eina_test_lock.c tests: reduce looping in eina_test_spinlock 2018-04-05 11:10:32 +02:00
eina_test_log.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_magic.c eina test - fix build with magic debug disabled 2018-11-12 17:05:46 +00:00
eina_test_main.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_matrix.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_matrixsparse.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_mempool.c tests: remove duplicated eina mempool test 2018-04-05 11:10:26 +02:00
eina_test_module.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_module_dummy.c
eina_test_quad.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_quadtree.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_quaternion.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_rbtree.c tests: ck_assert_ptr_null -> ck_assert_ptr_eq 2018-04-05 14:04:21 -04:00
eina_test_rectangle.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_safepointer.c tests: ck_assert_ptr_null -> ck_assert_ptr_eq 2018-04-05 14:04:21 -04:00
eina_test_sched.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_simple_xml_parser.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_slice.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_slstr.c tests: reduce looping in slstr_thread thread callbacks 2018-04-05 11:10:32 +02:00
eina_test_str.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_strbuf.c eina strbuf tests - fix tests to properly check fail unless conditions 2018-11-09 11:43:59 +00:00
eina_test_stringshare.c
eina_test_tiler.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_tmpstr.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_trash.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_ustr.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_ustringshare.c tests: reduce looping in eina_ustringshare_putstuff 2018-04-05 11:10:32 +02:00
eina_test_util.c
eina_test_value.c eina: add tests for the new Eina_Value convert functions. 2019-01-23 10:54:07 -08:00
eina_test_vector.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
eina_test_vpath.c eina_vpath: introduce eina_vpath in style of snprintf 2018-08-20 12:56:51 -04:00
eina_test_xattr.c tests: move to using checked fixtures for all test suites 2018-04-05 11:10:26 +02:00
meson.build here comes meson 2018-10-02 17:22:50 +02:00
sample.gpx