[LTP] [PATCH v3] Refactor timer_getoverrun test using new LTP API
Petr Vorel
pvorel@suse.cz
Fri Feb 9 14:54:45 CET 2024
Hi Andrea,
> +++ b/testcases/kernel/syscalls/timer_getoverrun/Makefile
> @@ -5,4 +5,6 @@ top_srcdir ?= ../../../..
> include $(top_srcdir)/include/mk/testcases.mk
> +LDLIBS := -lrt $(LDLIBS)
Shouldn't we merge without -lrt, when we test only raw syscalls?
If yes, it can be merged before merging.
Otherwise LGTM.
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Kind regards,
Petr
More information about the ltp
mailing list