[LTP] [PATCH 1/4] syscalls/timer_gettime: Add support for time64 tests
Petr Vorel
pvorel@suse.cz
Mon Apr 27 16:52:12 CEST 2020
Hi Viresh,
> This adds support for time64 tests to the existing timer_gettime()
> syscall tests.
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> ---
> include/tst_timer.h | 40 +++++++
> .../syscalls/timer_gettime/timer_gettime01.c | 112 +++++++++---------
> 2 files changed, 98 insertions(+), 54 deletions(-)
> diff --git a/include/tst_timer.h b/include/tst_timer.h
> index 256e1d71e1bc..601f934da670 100644
> --- a/include/tst_timer.h
> +++ b/include/tst_timer.h
> @@ -15,6 +15,7 @@
> #include <sys/time.h>
> #include <time.h>
> #include "tst_test.h"
> +#include "lapi/common_timers.h"
Thanks for your patch. Unfortunately, the build got broken by this commit, I
suspect this must be changed
https://travis-ci.org/github/pevik/ltp/builds/680061434
Kind regards,
Petr
More information about the ltp
mailing list