selftests/timers: Add set-2038 test from timetest suite
[cascardo/linux.git] / tools / testing / selftests / timers / Makefile
index 7e2fba7..9da3498 100644 (file)
@@ -5,7 +5,7 @@ LDFLAGS += -lrt -lpthread
 bins = posix_timers nanosleep inconsistency-check nsleep-lat raw_skew \
        set-timer-lat threadtest mqueue-lat valid-adjtimex \
        alarmtimer-suspend change_skew skew_consistency clocksource-switch \
-       leap-a-day leapcrash set-tai
+       leap-a-day leapcrash set-tai set-2038
 
 all: ${bins}
 
@@ -33,6 +33,7 @@ run_destructive_tests: run_tests
        ./leap-a-day -s -i 10
        ./leapcrash
        ./set-tai
+       ./set-2038
 
 clean:
        rm -f ${bins}