From 6905404496f47afcb2f585e4e290fe9646ca4ae3 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Sun, 7 Mar 2021 13:11:55 +0100 Subject: tst: Add test for settimeofday This code brings test to check if time on target machine is properly set. To avoid any issues with altering the time: - The time, which was set before the test was executed is restored. - The time is altered only when cross-test-ssh.sh is executed with --allow-time-setting flag Reviewed-by: Adhemerval Zanella --- time/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'time/Makefile') diff --git a/time/Makefile b/time/Makefile index b3c5368c3b..99b5d42666 100644 --- a/time/Makefile +++ b/time/Makefile @@ -48,7 +48,8 @@ tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ tst-strptime3 bug-getdate1 tst-strptime-whitespace tst-ftime \ tst-tzname tst-y2039 bug-mktime4 tst-strftime2 tst-strftime3 \ tst-clock tst-clock2 tst-clock_nanosleep tst-cpuclock1 \ - tst-adjtime tst-ctime tst-difftime tst-mktime4 tst-clock_settime + tst-adjtime tst-ctime tst-difftime tst-mktime4 tst-clock_settime \ + tst-settimeofday include ../Rules -- cgit 1.4.1