diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-13 11:13:46 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-20 09:09:09 -0600 |
commit | 92dd8dd4d07f170db0638a20a8db691262da4e5e (patch) | |
tree | ef723c0dd5316e51b5e894b9fff7935515f98edd /Documentation/prctl/.gitignore | |
parent | 10924bc6448760b355492f05ea414a65d924a72c (diff) |
selftests: move prctl tests from Documentation/prctl
Move prctl tests from Documentation/prctl to selftests/prctl.
Remove prctl from Makefile to move the test. Update prctl Makefile to work
under selftests. prctl will not be run as part of selftests suite and will
not be included in install targets. They can be built separately for now.
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'Documentation/prctl/.gitignore')
-rw-r--r-- | Documentation/prctl/.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/prctl/.gitignore b/Documentation/prctl/.gitignore deleted file mode 100644 index 0b5c27447bf6..000000000000 --- a/Documentation/prctl/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -disable-tsc-ctxt-sw-stress-test -disable-tsc-on-off-stress-test -disable-tsc-test |