summaryrefslogtreecommitdiffstats
path: root/bdbobj/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'bdbobj/testsuite')
-rwxr-xr-xbdbobj/testsuite14
1 files changed, 14 insertions, 0 deletions
diff --git a/bdbobj/testsuite b/bdbobj/testsuite
new file mode 100755
index 0000000..352e297
--- /dev/null
+++ b/bdbobj/testsuite
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+rm -f testbdb.dat
+
+./testbdb testbdb.dat foo bar
+./testbdb testbdb.dat foo baz
+./testbdb testbdb.dat bar foo
+./testbdb testbdb.dat foo
+./testbdb testbdb.dat bar
+./testbdb testbdb.dat
+./testbdb testbdb.dat -foo
+./testbdb testbdb.dat
+
+rm -f testbdb.dat