testRunSuite

fnint testRunSuite(glib.test_suite.TestSuite suite)

Execute the tests within suite and all nested #GTestSuites. The test suites to be executed are filtered according to test path arguments (-p testpath and -s testpath) as parsed by glib.global.testInit. See the glib.global.testRun documentation for more information on the order that tests are run in.

glib.global.testRunSuite or glib.global.testRun may only be called once in a program.

Parameters

suitea #GTestSuite

Returns

0 on success