X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ffailtest%2F_info;h=4b43246fff06973433a288ed385595f557259ec0;hp=73aa6a2daef21d92d48afd68833f5e5f40ad191f;hb=97f93f50918abc3578bf868f0e1207eeb6ab1c83;hpb=67144d5f5dc894ae4be4455b12334e3251ce7d3f diff --git a/ccan/failtest/_info b/ccan/failtest/_info index 73aa6a2d..4b43246f 100644 --- a/ccan/failtest/_info +++ b/ccan/failtest/_info @@ -8,7 +8,8 @@ * The failtest module overrides various standard functions, and forks * your unit test at those points to test failure paths. The failing * child are expected to fail (eg. when malloc fails), but should not - * leak memory or crash. + * leak memory or crash. After including failtest_override.h, you can + * include failtest_restore.h to return to non-failing versions. * * The unit test is a normal CCAN tap-style test, except it should * start by calling failtest_init() and end by calling