libdb/dist/validate
2011-09-13 13:44:24 -04:00
..
README Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_build_configs Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_comma Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_comma.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_copyright Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_defines Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_err Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_ext_method_calls Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_flags Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_flags.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_inclconfig Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_include Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_java_samples Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_javafiles Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_logverify Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_logverify.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_message_id Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_mutex_print Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_newline Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_offt Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_osdir Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_proto Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_pubdef Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_runrecovery Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_spell Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_spell.dict Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_srcfiles Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_stats Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_tags Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_vxworks Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
s_chk_windef Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00

All the files in this folder implement test cases that validate some component
of the Berkeley DB system.

They are driven by script files, that are shell script based. They are not
generally designed to be run outside of the shell.

There is a "driver" script called s_validate in the dist directory of the
repository that can be used to run all the scripts in this directory.

Any new script will be automatically run by the s_validate driver.