Michal 'vorner' Vaner 797308ff2a [2726] Initialize variables 12 years ago
..
Makefile.am 55f6c35119 [2899] move interprocess-lock related things under lib/log/interprocess 12 years ago
README 8da3cbf0ec Cleanups and library splitting 14 years ago
check_valgrind.cc 030aef1998 [2349] Ignore EXPECT_DEATH when run in valgrind 12 years ago
check_valgrind.h 10cbf4c33a [2669] Update check_valgrind.h documentation 12 years ago
fork.cc 462f0ff4fb [2669] Use valgrind-check in fork/thread tests 12 years ago
fork.h 6f83737a9b [master] added redundant 'const' in a function declaration to help SunStudio. 12 years ago
interprocess_util.cc 55f6c35119 [2899] move interprocess-lock related things under lib/log/interprocess 12 years ago
interprocess_util.h 55f6c35119 [2899] move interprocess-lock related things under lib/log/interprocess 12 years ago
mock_socketsession.h 797308ff2a [2726] Initialize variables 12 years ago
newhook.cc 78bd2b7778 [trac812] added some more notes about throw_size_on_new 14 years ago
newhook.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
resolver.h e744b4b23d [master] many spelling or typo fixes 12 years ago
resource.cc 6c0da87a7b [1964] moved dontCreateCoreDumps to libutil_unittests. 13 years ago
resource.h 0eb033a6b1 [2357] clean up a few #endif comments 12 years ago
run_all.cc 6ae0d625f0 [master] many misspelling and typo fixes 12 years ago
run_all.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
testdata.cc e22700fc20 [trac813] added some test utilities for tests that will be added soon. 14 years ago
testdata.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
textdata.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
wiredata.cc 3df27b54fa [2094] use xxx_EQ() instead of FAIL(). 13 years ago
wiredata.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago

README

This directory contains some code that is useful while writing various
unittest code. It doesn't contain any code that would actually run in
bind10.

Because this is a test code, we do not test it explicitly.