diff options
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2017-06-19 11:36:20 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-07-09 22:00:54 +0200 |
commit | c96396f0780e3b217f5194538e6dcd3c22d00122 (patch) | |
tree | d052d5d18e447e3df1bad0fca8d8ec687603bd8d /tools/testing/selftests/timers/Makefile | |
parent | rtc: ds1307: remove ds1307_remove (diff) | |
download | linux-c96396f0780e3b217f5194538e6dcd3c22d00122.tar.xz linux-c96396f0780e3b217f5194538e6dcd3c22d00122.zip |
tools: timer: add rtctest_setdate
This tool allow to set directly the time and date to a RTC device.
Unlike other tools isn't doens't use "struct timeval" or "time_t"
so it is safe for 32bits platforms when testing for y2038/2106 bug.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'tools/testing/selftests/timers/Makefile')
-rw-r--r-- | tools/testing/selftests/timers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile index 5fa1d7e9a915..54481f17518a 100644 --- a/tools/testing/selftests/timers/Makefile +++ b/tools/testing/selftests/timers/Makefile @@ -9,7 +9,7 @@ TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \ TEST_GEN_PROGS_EXTENDED = alarmtimer-suspend valid-adjtimex adjtick change_skew \ skew_consistency clocksource-switch leap-a-day \ - leapcrash set-tai set-2038 set-tz + leapcrash set-tai set-2038 set-tz rtctest_setdate include ../lib.mk |