Commit b8410650 authored by Shuah Khan's avatar Shuah Khan

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/952Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
Acked-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent 4db26f9e
BUILD_FLAGS = -DKTEST CFLAGS += -O3 -Wl,-no-as-needed -Wall
CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS)
LDFLAGS += -lrt -lpthread -lm LDFLAGS += -lrt -lpthread -lm
# these are all "safe" tests that don't modify # these are all "safe" tests that don't modify
......
...@@ -23,18 +23,7 @@ ...@@ -23,18 +23,7 @@
#include <sys/timex.h> #include <sys/timex.h>
#include <time.h> #include <time.h>
#ifdef KTEST
#include "../kselftest.h" #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_MONOTONIC_RAW 4 #define CLOCK_MONOTONIC_RAW 4
......
...@@ -28,18 +28,7 @@ ...@@ -28,18 +28,7 @@
#include <signal.h> #include <signal.h>
#include <stdlib.h> #include <stdlib.h>
#include <pthread.h> #include <pthread.h>
#ifdef KTEST
#include "../kselftest.h" #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_REALTIME 0
#define CLOCK_MONOTONIC 1 #define CLOCK_MONOTONIC 1
......
...@@ -28,18 +28,7 @@ ...@@ -28,18 +28,7 @@
#include <sys/time.h> #include <sys/time.h>
#include <sys/timex.h> #include <sys/timex.h>
#include <time.h> #include <time.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
#define NSEC_PER_SEC 1000000000LL #define NSEC_PER_SEC 1000000000LL
......
...@@ -34,18 +34,7 @@ ...@@ -34,18 +34,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <string.h> #include <string.h>
#include <sys/wait.h> #include <sys/wait.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
int get_clocksources(char list[][30]) int get_clocksources(char list[][30])
......
...@@ -28,18 +28,7 @@ ...@@ -28,18 +28,7 @@
#include <sys/timex.h> #include <sys/timex.h>
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
#define CALLS_PER_LOOP 64 #define CALLS_PER_LOOP 64
#define NSEC_PER_SEC 1000000000ULL #define NSEC_PER_SEC 1000000000ULL
......
...@@ -48,18 +48,7 @@ ...@@ -48,18 +48,7 @@
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
#include <unistd.h> #include <unistd.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
#define NSEC_PER_SEC 1000000000ULL #define NSEC_PER_SEC 1000000000ULL
#define CLOCK_TAI 11 #define CLOCK_TAI 11
......
...@@ -22,20 +22,7 @@ ...@@ -22,20 +22,7 @@
#include <sys/timex.h> #include <sys/timex.h>
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
/* clear NTP time_status & time_state */ /* clear NTP time_status & time_state */
int clear_time_state(void) int clear_time_state(void)
......
...@@ -29,18 +29,7 @@ ...@@ -29,18 +29,7 @@
#include <signal.h> #include <signal.h>
#include <errno.h> #include <errno.h>
#include <mqueue.h> #include <mqueue.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
#define NSEC_PER_SEC 1000000000ULL #define NSEC_PER_SEC 1000000000ULL
......
...@@ -27,18 +27,7 @@ ...@@ -27,18 +27,7 @@
#include <sys/timex.h> #include <sys/timex.h>
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
#define NSEC_PER_SEC 1000000000ULL #define NSEC_PER_SEC 1000000000ULL
......
...@@ -24,18 +24,7 @@ ...@@ -24,18 +24,7 @@
#include <sys/timex.h> #include <sys/timex.h>
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
#define NSEC_PER_SEC 1000000000ULL #define NSEC_PER_SEC 1000000000ULL
......
...@@ -25,19 +25,7 @@ ...@@ -25,19 +25,7 @@
#include <sys/time.h> #include <sys/time.h>
#include <sys/timex.h> #include <sys/timex.h>
#include <time.h> #include <time.h>
#ifdef KTEST
#include "../kselftest.h" #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_MONOTONIC_RAW 4 #define CLOCK_MONOTONIC_RAW 4
#define NSEC_PER_SEC 1000000000LL #define NSEC_PER_SEC 1000000000LL
......
...@@ -27,18 +27,7 @@ ...@@ -27,18 +27,7 @@
#include <unistd.h> #include <unistd.h>
#include <time.h> #include <time.h>
#include <sys/time.h> #include <sys/time.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
#define NSEC_PER_SEC 1000000000LL #define NSEC_PER_SEC 1000000000LL
......
...@@ -23,18 +23,7 @@ ...@@ -23,18 +23,7 @@
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
#include <unistd.h> #include <unistd.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
int set_tai(int offset) int set_tai(int offset)
{ {
......
...@@ -27,18 +27,7 @@ ...@@ -27,18 +27,7 @@
#include <signal.h> #include <signal.h>
#include <stdlib.h> #include <stdlib.h>
#include <pthread.h> #include <pthread.h>
#ifdef KTEST
#include "../kselftest.h" #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_REALTIME 0
#define CLOCK_MONOTONIC 1 #define CLOCK_MONOTONIC 1
......
...@@ -23,18 +23,7 @@ ...@@ -23,18 +23,7 @@
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
#include <unistd.h> #include <unistd.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
int set_tz(int min, int dst) int set_tz(int min, int dst)
{ {
......
...@@ -35,18 +35,7 @@ ...@@ -35,18 +35,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sys/wait.h> #include <sys/wait.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
#define NSEC_PER_SEC 1000000000LL #define NSEC_PER_SEC 1000000000LL
......
...@@ -21,19 +21,7 @@ ...@@ -21,19 +21,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <sys/time.h> #include <sys/time.h>
#include <pthread.h> #include <pthread.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
/* serializes shared list access */ /* serializes shared list access */
pthread_mutex_t list_lock = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_t list_lock = PTHREAD_MUTEX_INITIALIZER;
......
...@@ -32,18 +32,7 @@ ...@@ -32,18 +32,7 @@
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
#include <unistd.h> #include <unistd.h>
#ifdef KTEST
#include "../kselftest.h" #include "../kselftest.h"
#else
static inline int ksft_exit_pass(void)
{
exit(0);
}
static inline int ksft_exit_fail(void)
{
exit(1);
}
#endif
#define NSEC_PER_SEC 1000000000LL #define NSEC_PER_SEC 1000000000LL
#define USEC_PER_SEC 1000000LL #define USEC_PER_SEC 1000000LL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment