summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-14 16:49:37 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2021-05-04 20:08:21 -0300
commit7989c1c382ab0877b85bd658c1037bdd510e7206 (patch)
treec37ee726ab0e5419725b255c167d2c0a851a8fa2 /recipes-multimedia
parent0b31683398bdb87cca4a22b65a336e1b693fc6c8 (diff)
downloadmeta-freescale-7989c1c382ab0877b85bd658c1037bdd510e7206.tar.gz
gstreamer1.0: set the name of the test suite for ptests
Otherwise gnome-desktop-testing-runner starts testing everything unrelated as well (e.g. glib). (From OE-Core rev: 8eee101a63880dc5286bb9043da1427592828c4e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc b/recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc
index 74368c4c..b6980670 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc
@@ -5,6 +5,8 @@ RUN_PTEST_FILE = "${D}${PTEST_PATH}/run-ptest"
5 5
6EXTRA_OEMESON += "-Dtest-files-path=${TEST_FILES_PATH}" 6EXTRA_OEMESON += "-Dtest-files-path=${TEST_FILES_PATH}"
7 7
8GST_TEST_SUITE_NAME ?= "gstreamer-1.0"
9
8# Using do_install_ptest_base instead of do_install_ptest, since 10# Using do_install_ptest_base instead of do_install_ptest, since
9# the default do_install_ptest_base is hardcoded to expect Makefiles. 11# the default do_install_ptest_base is hardcoded to expect Makefiles.
10do_install_ptest_base() { 12do_install_ptest_base() {