build: add a new script helper
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Fri, 8 Mar 2019 13:30:52 +0000 (08:30 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 05:46:29 +0000 (14:46 +0900)
commiteccc6acac55b16a5d0ac84be3cae9efbcc1db8f7
tree74c5f78b4ad7a933776334fd3dfb41c0493e87fe
parentef2074c5606f51340cc8fb2d1a0bc815160bc602
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
examples_checks.py [new file with mode: 0755]