Executes the tests within suite and all nested test suites.
The test suites to be executed are filtered according to
test path arguments (-p testpath and -s testpath) as parsed by
GLib.test_init. See the GLib.test_run documentation
for more information on the order that tests are run in.
Executes the tests within
suiteand all nested test suites.The test suites to be executed are filtered according to test path arguments (
-p testpathand-s testpath) as parsed by GLib.test_init. See the GLib.test_run documentation for more information on the order that tests are run in.GLib.test_run_suite or GLib.test_run may only be called once in a program.