summaryrefslogtreecommitdiffstats
path: root/lib/talloc/testsuite.c
Commit message (Collapse)AuthorAgeFilesLines
* talloc: fixed talloc_disable_null_tracking()Andrew Tridgell2009-09-201-1/+2
| | | | | | | | | | | | When we disable null tracking, we need to move any existing objects that are under the null_context to be parented by the true NULL context. We also need a new talloc_enable_null_tracking_no_autofree() function, as the talloc testsuite cannot cope with the moving of the autofree context under the null_context as it wants to check exact counts of objects under the null_context, and smbtorture has a large number of objects in the autofree_context from .init functions
* talloc/testsuite: use talloc_set_log_fn() and log to stdoutStefan Metzmacher2009-08-241-0/+6
| | | | metze
* talloc/testsuite: report __location__ of testsuite failuresStefan Metzmacher2009-08-241-6/+6
| | | | metze
* talloc/testsuite: add infrastructure to test abortsStefan Metzmacher2009-08-241-0/+20
| | | | metze
* talloc/testsuite: reset the globals after each subtestStefan Metzmacher2009-08-241-3/+29
| | | | metze
* fixed the talloc testsuite for the recent changesAndrew Tridgell2009-07-011-6/+10
|
* lib/talloc: move main() out of testsuite.cStefan Metzmacher2008-09-221-10/+0
| | | | metze
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+1152