Method

GLibTestSuiteadd

since: 2.16

Declaration

void
g_test_suite_add (
  GTestSuite* suite,
  GTestCase* test_case
)

Description

Adds test_case to suite.

Available since: 2.16

Parameters

test_case

Type: GTestCase

A GTestCase.

The data is owned by the caller of the function.