]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0: set the name of the test suite for ptests
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 14 Jan 2020 15:49:37 +0000 (16:49 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 4 May 2021 23:08:21 +0000 (20:08 -0300)
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>
recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc

index 74368c4cd871dc79002c1bb7df2b6f243e636d1b..b698067041075c72129256ce4e7d398ad5eda541 100644 (file)
@@ -5,6 +5,8 @@ RUN_PTEST_FILE = "${D}${PTEST_PATH}/run-ptest"
 
 EXTRA_OEMESON += "-Dtest-files-path=${TEST_FILES_PATH}"
 
+GST_TEST_SUITE_NAME ?= "gstreamer-1.0"
+
 # Using do_install_ptest_base instead of do_install_ptest, since
 # the default do_install_ptest_base is hardcoded to expect Makefiles.
 do_install_ptest_base() {