From 54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 17 Dec 2016 21:28:53 -0800 Subject: Berkeley DB 4.8 with rust build script for linux. --- db-4.8.30/test/scr016/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 db-4.8.30/test/scr016/README (limited to 'db-4.8.30/test/scr016/README') diff --git a/db-4.8.30/test/scr016/README b/db-4.8.30/test/scr016/README new file mode 100644 index 0000000..841d726 --- /dev/null +++ b/db-4.8.30/test/scr016/README @@ -0,0 +1,14 @@ + +This test suite is designed to test the basic functionality of the core DB Java API. + +To build and run the test suite you need to have JUnit 4 or higher installed, and set in your environment as JUNIT_JAR. + +The script chk.bdb builds and runs all of the test cases currently enabled. + +Each new java source file you created needs to be added to the Makefile. + +The script createnewtest.sh in this directory does just that. run the script with a single parameter which is the name of the new test to create. It will populate the java source file in com/sleepycat/db/test with the basic layout all tests should have. + +The two files config_nix and config_win are used by the test cases to load profile information. For now they only contain a path to the root directory where test output files should be written. +The configuration gets loaded via the TestUtils class. + -- cgit v1.2.3