summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLinus Torvalds2018-04-21 19:26:00 +0200
committerLinus Torvalds2018-04-21 19:26:00 +0200
commit6488ec263343337fdb090b15563864b293ce0340 (patch)
treeb74899432d279acd39a324f400edf0654d47c84f /tools
parentMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... (diff)
parentselftests/filesystems: Don't run dnotify_test by default (diff)
downloadkernel-qcow2-linux-6488ec263343337fdb090b15563864b293ce0340.tar.gz
kernel-qcow2-linux-6488ec263343337fdb090b15563864b293ce0340.tar.xz
kernel-qcow2-linux-6488ec263343337fdb090b15563864b293ce0340.zip
Merge tag 'linux-kselftest-4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest fix from Shuah Khan: "A fix from Michael Ellerman to not run dnotify_test by default to prevent Kselftest running forever" * tag 'linux-kselftest-4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests/filesystems: Don't run dnotify_test by default
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/filesystems/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/testing/selftests/filesystems/Makefile b/tools/testing/selftests/filesystems/Makefile
index 4e6d09fb166f..5c7d7001ad37 100644
--- a/tools/testing/selftests/filesystems/Makefile
+++ b/tools/testing/selftests/filesystems/Makefile
@@ -1,8 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
-TEST_PROGS := dnotify_test devpts_pts
-all: $(TEST_PROGS)
-include ../lib.mk
+TEST_GEN_PROGS := devpts_pts
+TEST_GEN_PROGS_EXTENDED := dnotify_test
-clean:
- rm -fr $(TEST_PROGS)
+include ../lib.mk