selftests: move RTC tests to rtc subfolder
[sfrench/cifs-2.6.git] / tools / testing / selftests / timers / Makefile
index 8be7895ff918964c9dc9853b362c01c279b4cf6a..c02683cfb6c9a9f403bbc330fc124d8f8c8e9751 100644 (file)
@@ -5,13 +5,13 @@ LDFLAGS += -lrt -lpthread -lm
 # these are all "safe" tests that don't modify
 # system time or require escalated privileges
 TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
-            inconsistency-check raw_skew threadtest rtctest rtcpie
+            inconsistency-check raw_skew threadtest rtcpie
 
 DESTRUCTIVE_TESTS = alarmtimer-suspend valid-adjtimex adjtick change_skew \
                      skew_consistency clocksource-switch freq-step leap-a-day \
                      leapcrash set-tai set-2038 set-tz
 
-TEST_GEN_PROGS_EXTENDED = $(DESTRUCTIVE_TESTS) rtctest_setdate
+TEST_GEN_PROGS_EXTENDED = $(DESTRUCTIVE_TESTS)
 
 
 include ../lib.mk