aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2021-06-30 09:13:39 +0200
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2021-06-30 09:13:39 +0200
commit2843330de8eb6fef8458798c3dfc5998cdb6a6de (patch)
treec86327d41a5e0114c4703cbe5841d94a62cb0ed0
parent8639ff8906bed7a92eabae07ea6496ee704bd174 (diff)
downloadv4l-utils-2843330de8eb6fef8458798c3dfc5998cdb6a6de.tar.gz
test-media: add vidtv to the mc target
Also document that vidtv is part of the all and mc targets. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-rwxr-xr-xcontrib/test/test-media7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/test/test-media b/contrib/test/test-media
index 69409abc..888eabb2 100755
--- a/contrib/test/test-media
+++ b/contrib/test/test-media
@@ -54,14 +54,14 @@ if [ -z "$1" ]; then
echo "-setup: load and configure all the drivers, but do not run tests"
echo
echo Test Targets:
- echo "vidtv: test the vidtv driver"
echo "vivid: test the vivid driver"
echo "vim2m: test the vim2m driver"
echo "vimc: test the vimc driver"
echo "vicodec: test the vicodec driver"
+ echo "vidtv: test the vidtv driver"
echo "cec: adds the vivid CEC compliance tests, 'cec-pwr' adds the CEC standby/wakeup tests."
- echo "all: equals 'vivid vim2m vimc vicodec cec cec-pwr'"
- echo "mc: equals 'vivid vim2m vimc vicodec'"
+ echo "all: equals 'vivid vim2m vimc vicodec vidtv cec cec-pwr'"
+ echo "mc: equals 'vivid vim2m vimc vicodec vidtv'"
exit 0
fi
@@ -112,6 +112,7 @@ while [ ! -z "$1" ]; do
cecpwr=
;;
mc)
+ vidtv=1
vivid=1
vim2m=1
vimc=1