diff options
| author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-04-19 14:50:29 +0200 |
|---|---|---|
| committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-05-30 15:21:51 -0600 |
| commit | a12ab9e125f184454fc484483fe2029962fe6a34 (patch) | |
| tree | 6bf247b02f226f8b73927887c54c4b479949ab64 /tools/testing/selftests/Makefile | |
| parent | 6d73ceab4d03c25d3a351723c72ad25d4c8cd643 (diff) | |
| download | lwn-a12ab9e125f184454fc484483fe2029962fe6a34.tar.gz lwn-a12ab9e125f184454fc484483fe2029962fe6a34.zip | |
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>
Diffstat (limited to 'tools/testing/selftests/Makefile')
| -rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 32aafa92074c..a368279301b7 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -28,6 +28,7 @@ TARGETS += powerpc TARGETS += proc TARGETS += pstore TARGETS += ptrace +TARGETS += rtc TARGETS += seccomp TARGETS += sigaltstack TARGETS += size |
