diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-17 07:24:28 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-17 07:24:28 +0200 |
commit | c0747ad363fff90c2edf490fc089e3ae0920b410 (patch) | |
tree | 29298ae7349c29c0d5b32db545f217fb9b271918 /tools/testing/selftests/android/Makefile | |
parent | Linux 4.19-rc4 (diff) | |
parent | Add tests for memory.oom.group (diff) | |
download | linux-c0747ad363fff90c2edf490fc089e3ae0920b410.tar.xz linux-c0747ad363fff90c2edf490fc089e3ae0920b410.zip |
Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pulled kselftest fixes from Shuah:
"This Kselftest fixes update for 4.9-rc5 consists of:
-- fixes to build failures
-- fixes to add missing config files to increase test coverage
-- fixes to cgroup test and a new cgroup test for memory.oom.group"
Diffstat (limited to 'tools/testing/selftests/android/Makefile')
-rw-r--r-- | tools/testing/selftests/android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/android/Makefile b/tools/testing/selftests/android/Makefile index 72c25a3cb658..d9a725478375 100644 --- a/tools/testing/selftests/android/Makefile +++ b/tools/testing/selftests/android/Makefile @@ -6,7 +6,7 @@ TEST_PROGS := run.sh include ../lib.mk -all: +all: khdr @for DIR in $(SUBDIRS); do \ BUILD_TARGET=$(OUTPUT)/$$DIR; \ mkdir $$BUILD_TARGET -p; \ |