tests: guard eina bool variable to avoid compilation failure on windows
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 14 Feb 2019 09:40:13 +0000 (10:40 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:34 +0000 (20:49 +0900)
commit0159a149948663a73f0c3cd7aa10be553c93182e
tree1f528828b5b0c5f33e909aafa60a9edf734e9f05
parentc99ace7fe6bc58025e5df4ae01b2a98fb2f860f2
tests: guard eina bool variable to avoid compilation failure on windows

The timeout_reached bool is only used in this function when HAVE_FORK is
available. This is not the case on windows. Eina.h would only be
included with fork available so the Eina_Bool type causes a compilation
fail on windows. Guarding them as the other parts of the function using
it solves the problem.

Reviewed-by: Vincent Torri <vincent.torri@gmail.com>
Differential Revision: https://phab.enlightenment.org/D7947
src/tests/efl_check.h