stasis-aries-wal/test
2012-12-04 18:17:23 -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 change declartions of fcn() to fcn(void) 2012-12-04 18:17:23 -08:00
messages Added .cvsignore files. 2007-03-04 00:40:15 +00:00
monotree change declartions of fcn() to fcn(void) 2012-12-04 18:17:23 -08:00
pobj change declartions of fcn() to fcn(void) 2012-12-04 18:17:23 -08:00
stasis change declartions of fcn() to fcn(void) 2012-12-04 18:17:23 -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 change declartions of fcn() to fcn(void) 2012-12-04 18:17:23 -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 change declartions of fcn() to fcn(void) 2012-12-04 18:17:23 -08: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.