aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/timers/Makefile
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2015-03-11 17:40:05 -0700
committerShuah Khan <shuahkh@osg.samsung.com>2015-03-12 13:22:14 -0600
commit274d631e481504e347b491ddb5e18487b855aba5 (patch)
treeaddb82164c694c60e10ba447802c1db44db30f48 /tools/testing/selftests/timers/Makefile
parentselftests/timers: Add threaded time inconsistency test from timetest suite (diff)
downloadlinux-dev-274d631e481504e347b491ddb5e18487b855aba5.tar.xz
linux-dev-274d631e481504e347b491ddb5e18487b855aba5.zip
selftests/timers: Add mqueue latency test from the timetest suite
Add test to validate mqueue timeout latency from the timetest suite 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 e53b675e3246..d0bfb2d007cf 100644
--- a/tools/testing/selftests/timers/Makefile
+++ b/tools/testing/selftests/timers/Makefile
@@ -3,7 +3,7 @@ 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
+ set-timer-lat threadtest mqueue-lat
all: ${bins}
@@ -12,6 +12,7 @@ run_tests: all
./nanosleep
./nsleep-lat
./set-timer-lat
+ ./mqueue-lat
./inconsistency-check
./raw_skew
./threadtest -t 30 -n 8