epiphany-browser: disable test that requires OpenGL on build.
This commit is contained in:
parent
677d460fa2
commit
52ff0938c4
2 changed files with 36 additions and 1 deletions
|
|
@ -0,0 +1,32 @@
|
|||
diff --git a/tests/meson.build b/tests/meson.build
|
||||
index 5528a6e4..4b63cb85 100644
|
||||
--- a/tests/meson.build
|
||||
+++ b/tests/meson.build
|
||||
@@ -31,16 +31,17 @@ if get_option('unit_tests').enabled()
|
||||
# env: envs
|
||||
# )
|
||||
|
||||
- embed_shell_test = executable('test-ephy-embed-shell',
|
||||
- 'ephy-embed-shell-test.c',
|
||||
- adguard_resources,
|
||||
- dependencies: ephymain_dep,
|
||||
- c_args: test_cargs + ['-DTEST_DIR="' + meson.current_source_dir() + '"'],
|
||||
- )
|
||||
- test('Embed shell test',
|
||||
- embed_shell_test,
|
||||
- env: envs
|
||||
- )
|
||||
+ # TRISQUEL: Disabled test due builds env don't support OpenGL.
|
||||
+ #embed_shell_test = executable('test-ephy-embed-shell',
|
||||
+ # 'ephy-embed-shell-test.c',
|
||||
+ # adguard_resources,
|
||||
+ # dependencies: ephymain_dep,
|
||||
+ # c_args: test_cargs + ['-DTEST_DIR="' + meson.current_source_dir() + '"'],
|
||||
+ #)
|
||||
+ #test('Embed shell test',
|
||||
+ # embed_shell_test,
|
||||
+ # env: envs
|
||||
+ #)
|
||||
|
||||
embed_utils_test = executable('test-ephy-embed-utils',
|
||||
'ephy-embed-utils-test.c',
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2025 Luis Guzmán <ark@switnet.org>
|
||||
# Copyright (C) 2011 Santiago Rodríguez <santi@trisquel.info>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -17,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=1
|
||||
VERSION=2
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -28,6 +29,8 @@ VendorSub=$CODENAME $REVISION
|
|||
VendorComment=@PACKAGEVERSION@
|
||||
EOF
|
||||
|
||||
apply_patch_changes
|
||||
|
||||
changelog "Epiphany browser compiled for Trisquel"
|
||||
#Branding purposes. Closes bug 1413
|
||||
package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue