Method

GLibTestSuiteadd_suite

since: 2.16

Declaration [src]

void
g_test_suite_add_suite (
  GTestSuite* suite,
  GTestSuite* nestedsuite
)

Description [src]

Adds nestedsuite to suite.

Available since: 2.16

Parameters

nestedsuite

Type: GTestSuite

Another test suite.

The data is owned by the caller of the method.