14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
|
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2011/01/07 10:17:04 pea 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
|
||
|
check: test
|
||
|
test: FORCE
|
||
|
cd tests; make test
|
||
|
+
|
||
|
+test-ldbm: FORCE
|
||
|
+ cd tests; make ldbm
|
||
|
+
|
||
|
+test-bdb: FORCE
|
||
|
+ cd tests; make bdb
|