]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/testing/selftests/timers/Makefile
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / tools / testing / selftests / timers / Makefile
index 89a3f44bf355d65f72ad279c298920d4c0dec260..4a1be1b75a7fe6ca66c8788d62740622fd795d42 100644 (file)
@@ -8,7 +8,7 @@ LDFLAGS += -lrt -lpthread
 TEST_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
             inconsistency-check raw_skew threadtest rtctest
 
-TEST_PROGS_EXTENDED = alarmtimer-suspend valid-adjtimex change_skew \
+TEST_PROGS_EXTENDED = alarmtimer-suspend valid-adjtimex adjtick change_skew \
                      skew_consistency clocksource-switch leap-a-day \
                      leapcrash set-tai set-2038
 
@@ -24,6 +24,7 @@ include ../lib.mk
 run_destructive_tests: run_tests
        ./alarmtimer-suspend
        ./valid-adjtimex
+       ./adjtick
        ./change_skew
        ./skew_consistency
        ./clocksource-switch