mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
34 lines
863 B
Diff
34 lines
863 B
Diff
some tests get stuck, and xkb-latin-layouts needs gnu getopt
|
|
|
|
--- a/src/tests/ibus-compose.c
|
|
+++ b/src/tests/ibus-compose.c
|
|
@@ -375,7 +375,6 @@ main (int argc, char *argv[])
|
|
test_name = g_getenv ("LANG");
|
|
#endif
|
|
test_path = g_build_filename ("/ibus-compose", test_name, NULL);
|
|
- g_test_add_func (test_path, test_compose);
|
|
g_free (test_path);
|
|
|
|
return g_test_run ();
|
|
--- a/src/tests/ibus-keypress.c
|
|
+++ b/src/tests/ibus-keypress.c
|
|
@@ -296,7 +296,6 @@ main (int argc, char *argv[])
|
|
g_test_init (&argc, &argv, NULL);
|
|
gtk_init (&argc, &argv);
|
|
|
|
- g_test_add_func ("/ibus/keyrepss", test_keypress);
|
|
|
|
|
|
return g_test_run ();
|
|
--- a/src/tests/xkb-latin-layouts
|
|
+++ b/src/tests/xkb-latin-layouts
|
|
@@ -120,6 +120,8 @@ EOF_READ_XKB
|
|
|
|
main()
|
|
{
|
|
+ exit 0
|
|
+
|
|
parse_args "$@"
|
|
|
|
if [ x"$INSTALLED_SCHEMAS_DIR" != x ] ; then
|