Lines Matching refs:test
16 # $Id: all.test,v 1.19 2003/02/16 22:21:33 drh Exp $
48 # each round of the test. This number should be constant. If it
54 all.test
55 quick.test
56 malloc.test
57 misuse.test
58 memleak.test
60 # btree2.test
69 foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
85 # Do one last test to look for a memory leak in the library. This will
89 puts -nonewline memory-leak-test...
97 lappend ::failList memory-leak-test
104 # Run the malloc tests and the misuse test after memory leak detection.
107 catch {source $testdir/misuse.test}
108 catch {source $testdir/malloc.test}