efl/src/tests/eio
Marcel Hollerbach 46d464e5bf here comes meson
a new shiny buildtool that currently completes in the total of ~ 4 min..
1 min. conf time
2:30 min. build time
Where autotools takes:
1:50 min. conf time
3:40 min. build time.

meson was taken because it went quite good for enlightenment, and is a traction gaining system that is also used by other mayor projects. Additionally, the DSL that is defined my meson makes the configuration of the builds a lot easier to read.

Further informations can be gathered from the README.meson

Right now, bindings & windows support are missing.

It is highly recommented to use meson 0.48 due to optimizations in meson
that reduced the time the meson call would need.

Co-authored-by: Mike Blumenkrantz <zmike@samsung.com>

Differential Revision: https://phab.enlightenment.org/D7012
Depends on D7011
2018-10-02 17:22:50 +02:00
..
eio_model_test_file.c tests: use fixtures for eio tests 2018-06-19 13:33:19 -04:00
eio_model_test_monitor_add.c tests: use fixtures for eio tests 2018-06-19 13:33:19 -04:00
eio_suite.c tests: fix a build error on the 0.12.0 check 2018-09-04 14:58:10 +09:00
eio_suite.h tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eio_test_common.c eio: Adds Eo-based Eio API 2016-05-25 21:32:03 -03:00
eio_test_common.h eio: Adds Eo-based Eio API 2016-05-25 21:32:03 -03:00
eio_test_eet.c tests: use fixtures for eio tests 2018-06-19 13:33:19 -04:00
eio_test_file.c tests: use fixtures for eio tests 2018-06-19 13:33:19 -04:00
eio_test_manager.c tests: use fixtures for eio tests 2018-06-19 13:33:19 -04:00
eio_test_manager_xattr.c tests: use fixtures for eio tests 2018-06-19 13:33:19 -04:00
eio_test_map.c tests: use fixtures for eio tests 2018-06-19 13:33:19 -04:00
eio_test_monitor.c tests/eio: add explicit test for eio_monitor_path_get() 2018-08-24 11:43:02 +02:00
eio_test_sentry.c tests/eio: increase monitoring test timeout to 1s 2018-07-26 08:55:59 +02:00
eio_test_xattr.c tests: use fixtures for eio tests 2018-06-19 13:33:19 -04:00
meson.build here comes meson 2018-10-02 17:22:50 +02:00