selftests/timers: Add mqueue latency test from the timetest suite
[cascardo/linux.git] / tools / testing / selftests / timers / Makefile
index e53b675..d0bfb2d 100644 (file)
@@ -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