stasis-aries-wal/test
2012-12-04 16:22:08 -08:00
..
2pc change more malloc calls to use stasis_malloc/stasis_alloc 2012-11-30 17:15:03 -08:00
cht do away with librw 2008-11-07 03:44:41 +00:00
dfa calloc -> stasis_calloc 2012-11-30 18:29:28 -08:00
lladd-old merge in changes from svn[r1572..r1601] 2012-04-21 12:52:31 -04:00
messages Added .cvsignore files. 2007-03-04 00:40:15 +00:00
monotree calloc -> stasis_calloc 2012-11-30 18:29:28 -08:00
pobj do away with librw 2008-11-07 03:44:41 +00:00
stasis get rid of variables named "new" 2012-12-04 16:22:08 -08:00
.cvsignore Added .cvsignore files. 2007-03-04 00:40:15 +00:00
check_check.c remove dependency on the check unit test suite 2009-04-14 21:55:47 +00:00
check_impl.h realloc -> stasis_realloc 2012-11-30 19:15:18 -08:00
check_includes.h move myrandom into stasis/util, rename it stasis_util_random64 2011-08-31 19:25:09 +00:00
check_setup.h 2006-05-24 02:19:04 +00:00
CMakeLists.txt fix pobj warning; add pobj tests to cmake 2008-10-02 07:15:35 +00:00
Makefile.am remove dependency on the check unit test suite 2009-04-14 21:55:47 +00:00
README.coredumps Initial revision 2004-06-24 21:10:31 +00:00

To obtain a coredump from a test that crashes, run this command:

export CK_FORK=no

This will prevent check from forking on each test, so that you can obtain a normal core dump.