efl/src/tests/eio
Tom Callaway c245b576aa Fix build with gcc 10 (which has -fno-common enabled by default).
EFL failed to build from source in Fedora Rawhide as a result of the update to GCC 10. GCC 10 enables -fno-common by default, and this found three issues in EFL:

  # The eina benchmark code defined int key_size in a header that was included in multiple places.
  # The elementary test code defines the "dt1", "dt2", "dt3" vars in two code files which are compiled together (but these variables do not appear to be used globally)
  # The eio test code defines the "ee" var in two code files which are compiled together (but this variable does not appear to be used globally)

I've fixed these issues and confirmed locally that the code builds again in Fedora.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11259
2020-01-31 14:31:57 +01:00
..
efl_io_model_test_file.c eio: add test to ensure proper lifecycle of Efl_Io object and futures. 2019-03-27 15:03:31 -07:00
efl_io_model_test_monitor_add.c tests/eio: verify that the model monitor test's file is successfully created 2019-08-23 13:38:33 -04:00
eio_suite.c efl_model : rename all efl_model based classes. 2019-01-31 14:59:37 +09:00
eio_suite.h efl_model : rename all efl_model based classes. 2019-01-31 14:59:37 +09:00
eio_test_common.c tests: fix warnings and undef ref on Windows (using meson :-) ) 2019-06-20 12:50:35 +01:00
eio_test_common.h eio: Adds Eo-based Eio API 2016-05-25 21:32:03 -03:00
eio_test_eet.c tests/eio: unlink tmpfiles after tests 2019-08-23 13:38:33 -04:00
eio_test_file.c eio: remove unecessary printf from tests. 2019-04-17 12:35:06 -04:00
eio_test_manager.c tests: fix warnings and undef ref on Windows (using meson :-) ) 2019-06-20 12:50:35 +01:00
eio_test_manager_xattr.c eo_test_manager_xattr: Fix resource leak 2019-05-02 14:11:20 +02:00
eio_test_map.c Fix build with gcc 10 (which has -fno-common enabled by default). 2020-01-31 14:31:57 +01:00
eio_test_monitor.c tests: fix warnings and undef ref on Windows (using meson :-) ) 2019-06-20 12:50:35 +01:00
eio_test_sentry.c tests: fix warnings and undef ref on Windows (using meson :-) ) 2019-06-20 12:50:35 +01:00
eio_test_xattr.c tests: use fixtures for eio tests 2018-06-19 13:33:19 -04:00
meson.build meson: enforce 61s timeout for tests, remove explicit timeouts from build files 2019-05-15 18:49:51 +02:00