aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/timers/Makefile
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2015-03-11 17:40:08 -0700
committerShuah Khan <shuahkh@osg.samsung.com>2015-03-12 13:22:15 -0600
commitd869424558419a4a34a12bd5187b5d6d06ee132f (patch)
treeeeaf2ea003f22059dbfe14c6bf2fcca97eb4ad9f /tools/testing/selftests/timers/Makefile
parentselftests/timers: Add alarmtimer-suspend test from timetests suite (diff)
downloadwireguard-linux-d869424558419a4a34a12bd5187b5d6d06ee132f.tar.xz
wireguard-linux-d869424558419a4a34a12bd5187b5d6d06ee132f.zip
selftests/timers: Add change_skew test from timetest suite
This patch adds the change_skew test which validates the adjtimex freq can be set to various values and then using the inconsistency-check, raw_skew, and nanosleep tests ensures time behaves properly. 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 61a39ec61393..55b74ccd37ae 100644
--- a/tools/testing/selftests/timers/Makefile
+++ b/tools/testing/selftests/timers/Makefile
@@ -4,7 +4,7 @@ CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS)
LDFLAGS += -lrt -lpthread
bins = posix_timers nanosleep inconsistency-check nsleep-lat raw_skew \
set-timer-lat threadtest mqueue-lat valid-adjtimex \
- alarmtimer-suspend
+ alarmtimer-suspend change_skew
all: ${bins}
@@ -26,6 +26,7 @@ run_tests: all
run_destructive_tests: run_tests
./alarmtimer-suspend
./valid-adjtimex
+ ./change_skew
clean:
rm -f ${bins}