NetworkManager/src/tests
Thomas Haller 9e209138dc core/tests: avoid deprecated g_main_run()/g_main_loop_unref() in test
These are deprecated. Also, they are nowadays implemented as macros
that expand to

  #define g_main_run(loop) g_main_loop_run(loop) GLIB_DEPRECATED_MACRO_IN_2_26_FOR(g_main_loop_run)

This can cause compilation failure (in some environments).

(cherry picked from commit de6f0bc6db)
2019-09-03 18:18:48 +02:00
..
config all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
meson.build src/tests: rename core's "test-general*" to "test-core*" 2019-05-19 14:41:00 +02:00
test-core-with-expect.c core/tests: avoid deprecated g_main_run()/g_main_loop_unref() in test 2019-09-03 18:18:48 +02:00
test-core.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
test-dcb.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
test-ip4-config.c core: fix adding objects to NMIPConfig with @append_force 2019-08-28 16:14:13 +02:00
test-ip6-config.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
test-secret-agent.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
test-systemd.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
test-utils.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
test-wired-defname.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00