7b6672e379
tested and ok merdely@, simon@
26 lines
735 B
Plaintext
26 lines
735 B
Plaintext
$OpenBSD: patch-test_Makefile_in,v 1.3 2007/09/20 10:18:37 steven Exp $
|
|
--- test/Makefile.in.orig Sat Sep 1 11:45:39 2007
|
|
+++ test/Makefile.in Tue Sep 18 15:12:55 2007
|
|
@@ -8,7 +8,7 @@ TARGETS = $(PROGRAMS)
|
|
|
|
APRUTIL_DOTTED_VERSION=@APRUTIL_DOTTED_VERSION@
|
|
APRUTIL_MAJOR_VERSION=@APRUTIL_MAJOR_VERSION@
|
|
-TARGET_LIB_PATH = ../lib@APRUTIL_LIBNAME@.la
|
|
+TARGET_LIB_PATH = ../lib@APRUTIL_LIBNAME@${MT}.la
|
|
|
|
CLEAN_TARGETS = manyfile.bin testfile.txt data/sqlite*.db
|
|
|
|
@@ -30,7 +30,11 @@ check: $(PROGRAMS)
|
|
fi; \
|
|
done; \
|
|
else \
|
|
- ./$$prog; \
|
|
+ if test $$prog = "testdbm"; then \
|
|
+ ./$$prog auto db; \
|
|
+ else \
|
|
+ ./$$prog ;\
|
|
+ fi; \
|
|
if test $$? = 255; then \
|
|
echo "$$prog failed"; \
|
|
break; \
|