aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/timers/alarmtimer-suspend.c
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2017-08-11 10:11:42 -0600
committerShuah Khan <shuahkh@osg.samsung.com>2017-08-22 11:15:59 -0600
commitb841065043f996e2bf7648786485f3935625592b (patch)
treef6817da44d6dff09f856cee0364d0c01c72bada9 /tools/testing/selftests/timers/alarmtimer-suspend.c
parentrtc: rtctest: Improve support detection (diff)
downloadwireguard-linux-b841065043f996e2bf7648786485f3935625592b.tar.xz
wireguard-linux-b841065043f996e2bf7648786485f3935625592b.zip
selftests: timers: drop support for !KTEST case
There is no need to keep timers tests in sync with external timers repo. Drop support for !KTEST to support for building and running timers tests without kselftest framework. Reference: https://lkml.org/lkml/2017/8/10/952 Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> Acked-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'tools/testing/selftests/timers/alarmtimer-suspend.c')
-rw-r--r--tools/testing/selftests/timers/alarmtimer-suspend.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/testing/selftests/timers/alarmtimer-suspend.c b/tools/testing/selftests/timers/alarmtimer-suspend.c
index 2b361b830395..4da09dbf83ba 100644
--- a/tools/testing/selftests/timers/alarmtimer-suspend.c
+++ b/tools/testing/selftests/timers/alarmtimer-suspend.c
@@ -28,18 +28,7 @@
#include <signal.h>
#include <stdlib.h>
#include <pthread.h>
-#ifdef KTEST
#include "../kselftest.h"
-#else
-static inline int ksft_exit_pass(void)
-{
- exit(0);
-}
-static inline int ksft_exit_fail(void)
-{
- exit(1);
-}
-#endif
#define CLOCK_REALTIME 0
#define CLOCK_MONOTONIC 1