Whole document tree
Running the test suite under WindowsTo build the test suite on Win32 platforms you will need to configure Tcl support. You will also need sufficient main memory and disk. Something around 100MB of disk will be sufficient. For memory, 32MB is too small, we recommend at least 64MB. Building the software needed by the testsThere exist bugs in some versions of Tcl that may cause the test suite to hang on Windows/NT 4.0. Tcl version 8.4 (currently available as an alpha release) has fixed the problem, or there are patches available for Tcl 8.3.2 (see bug #119188 in the Tcl SourceForge database). Note that if you want to run the test suite against a Debug version of Berkeley DB, you need to build a debug version of Tcl. This involves building Tcl from its source. To build, perform the following steps. Note that steps #1, #4 and #5 are part of the normal build process for building Berkeley DB; #2, #3 are part of including the Tcl API.
Running the test suite under WindowsBefore running the tests for the first time, you must edit the file include.tcl in your build directory and change the line that reads: set tclsh_path SET_YOUR_TCLSH_PATH You will want to use the location of the tclsh program. For example, if Tcl is installed as d:/tcl, this line should be: set tclsh_path d:/tcl/bin/tclsh83d.exe Then, in a shell of your choice enter the following commands:
You are now ready to run tests in the test suite, see Running the test suite for more information.
|