OSDN Git Service

selftests: move RTC tests to rtc subfolder
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 19 Apr 2018 12:50:29 +0000 (14:50 +0200)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 30 May 2018 21:21:51 +0000 (15:21 -0600)
commita12ab9e125f184454fc484483fe2029962fe6a34
tree6bf247b02f226f8b73927887c54c4b479949ab64
parent6d73ceab4d03c25d3a351723c72ad25d4c8cd643
selftests: move RTC tests to rtc subfolder

Move the RTC tests out of the timers folder as they are mostly unrelated.
Keep rtcpie in timers as it only test hrtimers.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
MAINTAINERS
tools/testing/selftests/Makefile
tools/testing/selftests/rtc/.gitignore [new file with mode: 0644]
tools/testing/selftests/rtc/Makefile [new file with mode: 0644]
tools/testing/selftests/rtc/rtctest.c [moved from tools/testing/selftests/timers/rtctest.c with 100% similarity]
tools/testing/selftests/rtc/setdate.c [moved from tools/testing/selftests/timers/rtctest_setdate.c with 100% similarity]
tools/testing/selftests/timers/.gitignore
tools/testing/selftests/timers/Makefile