cryb-to/lib/test
Dag-Erling Smørgrav 955cbc3013 Add t_malloc_snapshot() which writes a snapshot of the allocator state to
a caller-provided buffer.  Use it to warn about leaks in each individual
test case.  Note that we can't fail a test case for leaking, because
individual test cases in a unit may modify shared state which is cleaned
up at the end of the series.
2015-11-02 19:34:03 +00:00
..
Makefile.am libtest is not just for internal use. 2015-10-12 11:41:47 +00:00
t_const.c
t_file.c
t_main.c Add t_malloc_snapshot() which writes a snapshot of the allocator state to 2015-11-02 19:34:03 +00:00
t_malloc.c Add t_malloc_snapshot() which writes a snapshot of the allocator state to 2015-11-02 19:34:03 +00:00
t_util.c When running a test, make sure it didn't leave allocation failure enabled. 2015-10-13 21:39:47 +00:00