$OpenBSD: patch-Makefile_in,v 1.3 2014/03/09 20:52:51 sthen Exp $
--- Makefile.in.orig	Sat Jan 25 13:36:15 2014
+++ Makefile.in	Tue Jan 28 14:31:30 2014
@@ -36,3 +36,9 @@ distclean: veryclean FORCE
 check: test
 test: FORCE
 	cd tests; $(MAKE) test
+
+test-ldbm: FORCE
+	cd tests; $(MAKE) ldbm
+
+test-bdb: FORCE
+	cd tests; $(MAKE) bdb
