Searched defs:RTTestCreate (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp404 RTR3DECL(int) RTTestCreate(const char *pszTest, PRTTEST phTest) function
419 rc = RTTestCreate(pszTest, phTest);
422 RTStrmPrintf(g_pStdErr, "%s: fatal error: RTTestCreate failed with rc=%Rrc\n", pszTest, rc);
442 rc = RTTestCreate(pszTest, phTest);
445 RTStrmPrintf(g_pStdErr, "%s: fatal error: RTTestCreate failed with rc=%Rrc\n", pszTest, rc);
453 * Destroys a test instance previously created by RTTestCreate.
/vbox/include/iprt/
H A Dmangling.h1618 # define RTTestCreate RT_MANGLER(RTTestCreate) macro

Completed in 63 milliseconds