diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-13 19:08:36 +0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-20 18:09:00 +0300 |
commit | 10924bc6448760b355492f05ea414a65d924a72c (patch) | |
tree | 7fb6d014cd3a2e3ef4960c3e201c467971f86d6b /tools/testing/selftests/filesystems/.gitignore | |
parent | c3cb83560daae4c619d1034eb98c1a40ee896387 (diff) | |
download | linux-10924bc6448760b355492f05ea414a65d924a72c.tar.xz |
selftests: move dnotify_test from Documentation/filesystems
Move dnotify_test.c, Makefile, and .gitignore from Documentation/filesystems
to selftests/filesystems.
Remove filesystems build target from Documentation/Makefile and update
selftests/filesystems/Makefile to work under selftests. dnotify_test will
not be run as part of selftests suite and will not be included in install
targets. It 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 'tools/testing/selftests/filesystems/.gitignore')
-rw-r--r-- | tools/testing/selftests/filesystems/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/filesystems/.gitignore b/tools/testing/selftests/filesystems/.gitignore new file mode 100644 index 000000000000..31d6e426b6d4 --- /dev/null +++ b/tools/testing/selftests/filesystems/.gitignore @@ -0,0 +1 @@ +dnotify_test |