aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/timers/Makefile
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2015-03-11 17:40:07 -0700
committerShuah Khan <shuahkh@osg.samsung.com>2015-03-12 13:22:14 -0600
commitb7bb8442fa902272ffe937a226829c9be7bfb14b (patch)
tree5fd0f6b37675981a9580f17982ccbf8c62f2a08f /tools/testing/selftests/timers/Makefile
parentselftests/timers: Add adjtimex validation test from timetest suite (diff)
downloadwireguard-linux-b7bb8442fa902272ffe937a226829c9be7bfb14b.tar.xz
wireguard-linux-b7bb8442fa902272ffe937a226829c9be7bfb14b.zip
selftests/timers: Add alarmtimer-suspend test from timetests suite
This adds the alarmtimer-suspend test from the timetests suite, which tests that the alarmtimers wake the system up from suspend shortly after the time they were set to fire. 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/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile
index 01b5a2ed343a..61a39ec61393 100644
--- a/tools/testing/selftests/timers/Makefile
+++ b/tools/testing/selftests/timers/Makefile
@@ -3,7 +3,8 @@ BUILD_FLAGS = -DKTEST
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
+ set-timer-lat threadtest mqueue-lat valid-adjtimex \
+ alarmtimer-suspend
all: ${bins}
@@ -22,7 +23,8 @@ run_tests: all
# these tests require escalated privledges
# and may modify the system time or trigger
# other behavior like suspend
-run_destructive_tests: all
+run_destructive_tests: run_tests
+ ./alarmtimer-suspend
./valid-adjtimex
clean: