$OpenBSD: patch-Makefile_in,v 1.6 2021/09/10 20:44:27 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
