selftests/timers: Add nsleep-lat test from timetest suite
[cascardo/linux.git] / tools / testing / selftests / timers / Makefile
index fcb7c2f..dae9ee7 100644 (file)
@@ -2,13 +2,14 @@ CC = $(CROSS_COMPILE)gcc
 BUILD_FLAGS = -DKTEST
 CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS)
 LDFLAGS += -lrt -lpthread
-bins = posix_timers nanosleep inconsistency-check
+bins = posix_timers nanosleep inconsistency-check nsleep-lat
 
 all: ${bins}
 
 run_tests: all
        ./posix_timers
        ./nanosleep
+       ./nsleep-lat
        ./inconsistency-check
 clean:
        rm -f ${bins}