Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6488ec26 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag 'linux-kselftest-4.17-rc2' of...

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
parents 9409227a 8bf24e83
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
# 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