diff options
author | Lukasz Majewski <lukma@denx.de> | 2021-01-18 16:59:23 +0100 |
---|---|---|
committer | Lukasz Majewski <lukma@denx.de> | 2021-03-08 22:41:34 +0100 |
commit | 3f337843ec71cfdce90fa41df79ae4913241bc33 (patch) | |
tree | 82be7ebd2254a4d2ad9f7c1dfb53a3586078b6b0 /time/Makefile | |
parent | a1565550075255370f8e6c88dc9c4ad3fd7281ab (diff) | |
download | glibc-3f337843ec71cfdce90fa41df79ae4913241bc33.tar.gz |
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 <dj@redhat.com>
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |