2005-11-07 10:59:08 -05:00
|
|
|
$OpenBSD: patch-Makefile_in,v 1.2 2005/11/07 15:59:08 mbalmer Exp $
|
|
|
|
--- Makefile.in.orig Mon Aug 29 21:04:23 2005
|
|
|
|
+++ Makefile.in Tue Oct 18 14:29:09 2005
|
|
|
|
@@ -36,3 +36,9 @@ distclean: veryclean FORCE
|
2003-12-26 05:44:10 -05:00
|
|
|
check: test
|
|
|
|
test: FORCE
|
|
|
|
cd tests; make test
|
|
|
|
+
|
|
|
|
+test-ldbm: FORCE
|
|
|
|
+ cd tests; make ldbm
|
|
|
|
+
|
|
|
|
+test-bdb: FORCE
|
|
|
|
+ cd tests; make bdb
|