Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c31299 int nTest = 0; /* Number of tests runs */ in do_meta_command() local
31372 nTest++; in do_meta_command()
31398 sqlite3_fprintf(p->out, "%d errors out of %d tests\n", nErr, nTest); in do_meta_command()