From 3f337843ec71cfdce90fa41df79ae4913241bc33 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Mon, 18 Jan 2021 16:59:23 +0100 Subject: tst: Add test for clock_settime 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: DJ Delorie --- time/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time/Makefile') diff --git a/time/Makefile b/time/Makefile index a52b6b94bc..b3c5368c3b 100644 --- a/time/Makefile +++ b/time/Makefile @@ -48,7 +48,7 @@ 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-adjtime tst-ctime tst-difftime tst-mktime4 tst-clock_settime include ../Rules -- cgit 1.4.1