summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/media_tests/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-08-01 16:52:08 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2016-08-01 16:52:08 -0400
commit5dd0bf621e84b9f48cbee8f4a31f4d68568aeaee (patch)
treea8b9ec9288c92794842b8380e6699bb0c2b9c3a6 /tools/testing/selftests/media_tests/Makefile
parent1571a03daf626ff34705e5fb40404879d00ac463 (diff)
parentd78388dbec256b179f1c42e714cf4acf630067c6 (diff)
downloadop-kernel-dev-5dd0bf621e84b9f48cbee8f4a31f4d68568aeaee.zip
op-kernel-dev-5dd0bf621e84b9f48cbee8f4a31f4d68568aeaee.tar.gz
Merge tag 'linux-kselftest-4.8-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull kselftest updates from Shuah Khan: "This contains new tests and fixes: - a few fixes to existing tests - new media tests for testing driver unbind, and device removal paths while an user application is actively making system calls and ioctls" * tag 'linux-kselftest-4.8-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests: media_tests add a new video device test selftests: media_tests - Add media_device_open to .gitignore selftests: add media controller regression test scripts and document selftests: add media_device_open test selftests: media_device_test change it to randomize loop count selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit test selftests/vm: write strlen length instead of sizeof to nr_hugepages selftests/lib: set printf.sh executable
Diffstat (limited to 'tools/testing/selftests/media_tests/Makefile')
-rw-r--r--tools/testing/selftests/media_tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/media_tests/Makefile b/tools/testing/selftests/media_tests/Makefile
index 7071bcc..6b34a01 100644
--- a/tools/testing/selftests/media_tests/Makefile
+++ b/tools/testing/selftests/media_tests/Makefile
@@ -1,7 +1,7 @@
-TEST_PROGS := media_device_test
+TEST_PROGS := media_device_test media_device_open video_device_test
all: $(TEST_PROGS)
include ../lib.mk
clean:
- rm -fr media_device_test
+ rm -fr media_device_test media_device_open video_device_test
OpenPOWER on IntegriCloud