Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / libs / bdbobj / testsuite
diff --git a/libs/bdbobj/testsuite b/libs/bdbobj/testsuite
new file mode 100755 (executable)
index 0000000..352e297
--- /dev/null
@@ -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