aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/timers/Makefile
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2015-03-11 17:40:13 -0700
committerShuah Khan <shuahkh@osg.samsung.com>2015-03-12 13:22:16 -0600
commit3a92a15fba68b5c9c8b51ee98a94a3d1ff54c8e5 (patch)
tree771b4cb64d805b6e2d846a327cc6f9a6de96a645 /tools/testing/selftests/timers/Makefile
parentselftests/timers: Add leapcrash test from the timetest suite (diff)
downloadwireguard-linux-3a92a15fba68b5c9c8b51ee98a94a3d1ff54c8e5.tar.xz
wireguard-linux-3a92a15fba68b5c9c8b51ee98a94a3d1ff54c8e5.zip
selftests/timers: Add set-tai from the timetest suite
This patch adds the set-tai test which ensures the tai offset can be set properly from adjtimex. Cc: Shuah Khan <shuahkh@osg.samsung.com> Cc: Prarit Bhargava <prarit@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Richard Cochran <richardcochran@gmail.com> Signed-off-by: John Stultz <john.stultz@linaro.org> Tested-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/timers/Makefile')
-rw-r--r--tools/testing/selftests/timers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile
index d73332495c2e..7e2fba7fce1c 100644
--- a/tools/testing/selftests/timers/Makefile
+++ b/tools/testing/selftests/timers/Makefile
@@ -5,7 +5,7 @@ LDFLAGS += -lrt -lpthread
bins = posix_timers nanosleep inconsistency-check nsleep-lat raw_skew \
set-timer-lat threadtest mqueue-lat valid-adjtimex \
alarmtimer-suspend change_skew skew_consistency clocksource-switch \
- leap-a-day leapcrash
+ leap-a-day leapcrash set-tai
all: ${bins}
@@ -32,6 +32,7 @@ run_destructive_tests: run_tests
./clocksource-switch
./leap-a-day -s -i 10
./leapcrash
+ ./set-tai
clean:
rm -f ${bins}