diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2018-08-21 21:54:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-22 10:52:45 -0700 |
commit | 2cd36fb329487e9525db3ccdbac1e92053b646fa (patch) | |
tree | d1c65365896e5c0448352e00a4ef77c9e872bc57 /tools/testing/selftests/proc/Makefile | |
parent | 61d47c4e71c1f080e7412315c8685bc682a8e53a (diff) | |
download | blackbird-obmc-linux-2cd36fb329487e9525db3ccdbac1e92053b646fa.tar.gz blackbird-obmc-linux-2cd36fb329487e9525db3ccdbac1e92053b646fa.zip |
proc: test /proc/thread-self symlink
Same story: I have WIP patch to make it faster, so better have a test
as well.
Link: http://lkml.kernel.org/r/20180627195209.GC18113@avx2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/proc/Makefile')
-rw-r--r-- | tools/testing/selftests/proc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/proc/Makefile b/tools/testing/selftests/proc/Makefile index 344bca8e4b28..1c12c34cf85d 100644 --- a/tools/testing/selftests/proc/Makefile +++ b/tools/testing/selftests/proc/Makefile @@ -14,5 +14,6 @@ TEST_GEN_PROGS += proc-uptime-001 TEST_GEN_PROGS += proc-uptime-002 TEST_GEN_PROGS += read TEST_GEN_PROGS += self +TEST_GEN_PROGS += thread-self include ../lib.mk |