aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/media_tests/Makefile
diff options
context:
space:
mode:
authorShuah Khan (Samsung OSG) <shuah@kernel.org>2018-05-04 12:06:46 -0600
committerShuah Khan (Samsung OSG) <shuah@kernel.org>2018-05-30 15:29:06 -0600
commit113812868c40c5bb09b0e2cc7d168dee5649952f (patch)
tree4c5119f254ba2d27c01f1530f390299d1f1c4013 /tools/testing/selftests/media_tests/Makefile
parentselftests: locking: return Kselftest Skip code for skipped tests (diff)
downloadlinux-dev-113812868c40c5bb09b0e2cc7d168dee5649952f.tar.xz
linux-dev-113812868c40c5bb09b0e2cc7d168dee5649952f.zip
selftests: media_tests: return Kselftest Skip code for skipped tests
When media_tests test is skipped because of unmet dependencies and/or unsupported configuration, it exits with error which is treated as a fail by the Kselftest framework. This leads to false negative result even when the test could not be run. Change it to return kselftest skip code when a test gets skipped to clearly report that the test could not be run. Change it to use ksft_exit_skip() when the test is skipped. Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/media_tests/Makefile')
-rw-r--r--tools/testing/selftests/media_tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/media_tests/Makefile b/tools/testing/selftests/media_tests/Makefile
index c82cec2497de..60826d7d37d4 100644
--- a/tools/testing/selftests/media_tests/Makefile
+++ b/tools/testing/selftests/media_tests/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
+#
+CFLAGS += -I../ -I../../../../usr/include/
TEST_GEN_PROGS := media_device_test media_device_open video_device_test
-all: $(TEST_GEN_PROGS)
include ../lib.mk