$OpenBSD: patch-Makefile_in,v 1.4 2019/07/25 22:07:47 sthen Exp $

Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@@ -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
