Commit Graph

6 Commits

Author SHA1 Message Date
Carsten Haitzler 9fa1b5b112 pythoin scripts - use /usr/bin/env to fond python3 like the others 2020-01-25 15:05:01 +00:00
Stefan Schmidt 1176bbaa9b examples_check: remove double dictionary
Same thing as two lines below.

Reported-By: https://lgtm.com/projects/g/Enlightenment/efl
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D10886
2019-12-24 13:54:10 +01:00
Stefan Schmidt 55389ccf25 python: remove not needed imports in various python scripts
Should not be much harm but could help to have the minimum imports
needed when used in deployment.

Reported-By: https://lgtm.com/projects/g/Enlightenment/efl
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10885
2019-12-20 09:26:17 +01:00
Marcel Hollerbach 5680eee885 examples_checks: add more configurations to how to run examples
Summary:
this adds the options, which are needed to execute those examples.

Depends on D8379

Reviewers: cedric, zmike, stefan_schmidt, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8380
2019-03-18 12:47:50 +01:00
Marcel Hollerbach 5e4560c7cc examples_check: fix for meson-0.50
meson changed behaviour ... the json output is slightly different, the
paths are now absolut. This fixes the behaviour and makes it work with
new and old versions.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8327
2019-03-14 11:06:55 +01:00
Marcel Hollerbach c8b67cce98 build: add a new script helper
Summary:
This script can be used to run all examples that have been build with
meson, this is usefull in order to check if everything works, and checks
if (due to some patches) errors are happening in the output.

This is not meant as function checking of the whole example, just
automatically checking the first-look-appearance.

For now a few examples are setted up correctly, there might be more that
need setups / custom arguments, they can be added over time.

Reviewers: stefan_schmidt, zmike, cedric, q66, devilhorns, segfaultxavi

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7979
2019-03-08 08:30:53 -05:00