selftests/timers: Add threaded time inconsistency test from timetest suite
[deliverable/linux.git] / tools / testing / selftests / timers / Makefile
index f69bdce0b8f3715948ff86522bdbd3be2f0e69f9..e53b675e32469e072976c6b27c0fd5a32ba16e9c 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
+       set-timer-lat threadtest
 
 all: ${bins}
 
@@ -14,6 +14,6 @@ run_tests: all
        ./set-timer-lat
        ./inconsistency-check
        ./raw_skew
-
+       ./threadtest -t 30 -n 8
 clean:
        rm -f ${bins}
This page took 0.025111 seconds and 5 git commands to generate.