mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-16 09:06:25 +00:00
15 lines
510 B
Text
15 lines
510 B
Text
/*-
|
|
* See the file LICENSE for redistribution information.
|
|
*
|
|
* Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
|
|
*/
|
|
This directory contains any test cases and scripts created by the Oracle
|
|
Berkeley DB team for testing the Berkeley DB SQL interface.
|
|
|
|
The bulk of testing is handled by the SQLite Tcl test suite, which can be
|
|
found in:
|
|
lang/sql/sqlite/test
|
|
|
|
The subset of the test officially supported by Berkeley DB SQL can be run
|
|
using the bdb-test.sh script in this directory.
|
|
|