Commit Graph

7 Commits

Author SHA1 Message Date
Stefan Schmidt 68d6de4131 fixup init shutdown 2020-02-06 10:10:43 +01:00
Stefan Schmidt 910d745a4b exactness: cleanup some coding style isues
Just a few that I spotted when looking over the code.

Differential Revision: https://phab.enlightenment.org/D11290
2020-02-05 10:10:03 +01:00
Stefan Schmidt 8ceec98fa4 exactness: fix shutdown handling of efl components in various binaries
The shutdown handling for efl libraries was a bit sloppy in the
exactness binaries. Make sure we shutdown what we init.

Differential Revision: https://phab.enlightenment.org/D11289
2020-02-05 10:09:53 +01:00
Stefan Schmidt edf7426853 exactness: remove unused code
Either commented out, blank lines or no needed includes.

Differential Revision: https://phab.enlightenment.org/D11288
2020-02-05 10:09:44 +01:00
Stefan Schmidt 2d15dee580 exactness: remove no longer needed EO and BETA API defines
This has been in place during development and not updated for recent
changes and merge into efl master.

Differential Revision: https://phab.enlightenment.org/D11287
2020-02-05 10:09:35 +01:00
Stefan Schmidt b6bb13da2c exactness: print out statistics at the end of the run
Given a better overview after the wall of text we are seeing from
starting and stopping jobs in parallel.

Differential Revision: https://phab.enlightenment.org/D11286
2020-02-05 10:09:25 +01:00
Daniel Zaoui 12cc2a93dd exactness: import code from external repo into efl.git
Exactness has been developed in a separate git repo for many years. This
finally moves it over into efl. Having it in tree allows us for easier
testing with our current main target elementary_test and integration
into our CI system (patches for this are work in progress already).

We are only importing the lib and binary for test execution, not the
full set of test data. This is would be over 500MB and thus it will stay
in a different repo and only made available during the actual testing.

[The original patch was made by Daniel Zaoui. Over the course of review
and testing it got extended with build fixes for API changes and mingw
compilation support from Stefan Schmidt and Michael Blumenkrantz]

Differential Revision: https://phab.enlightenment.org/D11285
2020-02-05 10:09:14 +01:00