tests: Fix compilation when timing is disabled.

Reviewers: zmike, cedric

Reviewed By: zmike

Differential Revision: https://phab.enlightenment.org/D5919
This commit is contained in:
Lauro Moura 2018-04-10 23:20:05 -03:00
parent 253430ab76
commit 15afb832e6
1 changed files with 2 additions and 0 deletions

View File

@ -271,8 +271,10 @@ _efl_suite_build_and_run(int argc, const char **argv, const char *suite_name, co
if (pid > 0)
{
num_forks++;
#ifdef ENABLE_TIMING_INFO
if (timing)
tcstart = _timing_time_get();
#endif
continue;
}
}