summaryrefslogtreecommitdiff
path: root/test/scr016/README
diff options
context:
space:
mode:
authorKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:40:46 +0900
committerKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:40:46 +0900
commit2e082c838d2ca750f5daac6dcdabecc22dfd4e46 (patch)
tree01c1dd87d4cc0b62a655c0d768ff695d2d244728 /test/scr016/README
parenta86e3ca152fb414b376e64c449c201d762e414dd (diff)
downloaddb4-2e082c838d2ca750f5daac6dcdabecc22dfd4e46.tar.gz
db4-2e082c838d2ca750f5daac6dcdabecc22dfd4e46.tar.bz2
db4-2e082c838d2ca750f5daac6dcdabecc22dfd4e46.zip
Upload Tizen:Base source
Diffstat (limited to 'test/scr016/README')
-rw-r--r--test/scr016/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/scr016/README b/test/scr016/README
new file mode 100644
index 0000000..841d726
--- /dev/null
+++ b/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.
+