Home
last modified time | relevance | path

Searched refs:runTest (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_memcpy.c61 runTest(unsigned char *b1, unsigned char *b2) in runTest() function
109 runTest(start[i], start[j]); in ATF_TC_BODY()
/freebsd/sys/contrib/libsodium/test/default/
H A Dindex.html.tpl42 function runTest(tname) {
95 runTest('{{tname}}');
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7989 Totals runTest(TestCase const& testCase);
12507 Totals RunContext::runTest(TestCase const& testCase) { in runTest() function in Catch::RunContext
13119 totals += m_context.runTest(*testCase); in execute()