diff options
| author | John Stultz <john.stultz@linaro.org> | 2015-03-11 20:40:10 -0400 |
|---|---|---|
| committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-03-12 15:22:15 -0400 |
| commit | 7290ce1423c38108027ae90116ece6618db32bc3 (patch) | |
| tree | 51fbf64da22116d7ed55f85c8234d537fdb478f4 /tools/testing/selftests/timers/Makefile | |
| parent | 6e8b285bcdd1834a18fd264c88a15418091c4015 (diff) | |
selftests/timers: Add clocksource-switch test from timetest suite
Adds the clocksource-switch tests which continually switches the
current clocksource between all the available ones, watching for
any timekeeping inconsistencies.
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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile index 4b6b5c3cedaf..4a006d7ba217 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) | |||
| 4 | LDFLAGS += -lrt -lpthread | 4 | LDFLAGS += -lrt -lpthread |
| 5 | bins = posix_timers nanosleep inconsistency-check nsleep-lat raw_skew \ | 5 | bins = posix_timers nanosleep inconsistency-check nsleep-lat raw_skew \ |
| 6 | set-timer-lat threadtest mqueue-lat valid-adjtimex \ | 6 | set-timer-lat threadtest mqueue-lat valid-adjtimex \ |
| 7 | alarmtimer-suspend change_skew skew_consistency | 7 | alarmtimer-suspend change_skew skew_consistency clocksource-switch \ |
| 8 | 8 | ||
| 9 | all: ${bins} | 9 | all: ${bins} |
| 10 | 10 | ||
| @@ -28,6 +28,7 @@ run_destructive_tests: run_tests | |||
| 28 | ./valid-adjtimex | 28 | ./valid-adjtimex |
| 29 | ./change_skew | 29 | ./change_skew |
| 30 | ./skew_consistency | 30 | ./skew_consistency |
| 31 | ./clocksource-switch | ||
| 31 | 32 | ||
| 32 | clean: | 33 | clean: |
| 33 | rm -f ${bins} | 34 | rm -f ${bins} |
