Function

GLib-2.0GLibtest_run_suiteSince 2.16

  • 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.

    GLib.test_run_suite or GLib.test_run may only be called once in a program.

    Parameters

    Returns number

    0 on success

    2.16