Method

GLibTestSuiteadd_suite

since: 2.16

Declaration

void
g_test_suite_add_suite (
  GTestSuite* suite,
  GTestSuite* nestedsuite
)

Description

Adds nestedsuite to suite.

Available since: 2.16

Parameters

nestedsuite

Type: GTestSuite

Another GTestSuite.

The data is owned by the caller of the function.