diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch index 4b1aad2616..df382a4445 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 3b9ae399b57cfb6e332fac6a90997a3abd33c819 Mon Sep 17 00:00:00 2001 | 1 | From e31ab477eed061cc72ed6795b483795d53af6dfc Mon Sep 17 00:00:00 2001 |
| 2 | From: Jose Quaresma <quaresma.jose@gmail.com> | 2 | From: Jose Quaresma <quaresma.jose@gmail.com> |
| 3 | Date: Sun, 2 May 2021 01:58:01 +0100 | 3 | Date: Sun, 2 May 2021 01:58:01 +0100 |
| 4 | Subject: [PATCH] tests: add helper script to run the installed_tests | 4 | Subject: [PATCH] tests: add helper script to run the installed_tests |
| @@ -18,10 +18,10 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> | |||
| 18 | create mode 100755 tests/check/template.sh.in | 18 | create mode 100755 tests/check/template.sh.in |
| 19 | 19 | ||
| 20 | diff --git a/tests/check/meson.build b/tests/check/meson.build | 20 | diff --git a/tests/check/meson.build b/tests/check/meson.build |
| 21 | index a3ffcb6..b907dcf 100644 | 21 | index b840005..252da14 100644 |
| 22 | --- a/tests/check/meson.build | 22 | --- a/tests/check/meson.build |
| 23 | +++ b/tests/check/meson.build | 23 | +++ b/tests/check/meson.build |
| 24 | @@ -188,6 +188,23 @@ foreach t : core_tests | 24 | @@ -193,6 +193,23 @@ foreach t : core_tests |
| 25 | install_dir: installed_tests_metadir, | 25 | install_dir: installed_tests_metadir, |
| 26 | configuration: test_conf | 26 | configuration: test_conf |
| 27 | ) | 27 | ) |
