函数
GLibtest_trap_subprocess
since: 2.38
声明 [src]
void
g_test_trap_subprocess (
const char* test_path,
guint64 usec_timeout,
GTestSubprocessFlags test_flags
)
描述 [src]
重新生成测试程序以仅在子进程中运行 test_path
。
这相当于调用 g_test_trap_subprocess_with_envp()
,其中 envp
设置为 NULL
。有关完整详细信息,请参阅该函数的文档。
自 2.38 起可用