~jbingham-gmail/libmemcached/embedded-ct

« back to all changes in this revision

Viewing changes to tests/test.c

  • Committer: Brian Aker
  • Date: 2009-12-03 17:10:24 UTC
  • mfrom: (623.1.1 broken_macro)
  • Revision ID: brian@gaz-20091203171024-bs15xc7zwz47rgsy
Updates from Trond.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
}
46
46
 
 
47
void create_core(void)
 
48
{
 
49
   if (getenv("LIBMEMCACHED_NO_COREDUMP") == NULL && fork() == 0)
 
50
     abort();
 
51
 
 
52
   abort();
 
53
}
 
54
 
47
55
int main(int argc, char *argv[])
48
56
{
49
57
  test_return_t failed;