<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
Thanks for the bug report! I don;t think that there is a need for
$BUILDDIR <br>
because there is a $top_buildir variable available already. Thus I've
changed <br>
Makefile.am to look like this: <br>
<br>
check-km: $(TEST_APP) <br>
@(cd $(top_srcdir);\ <br>
$(SHELL) ./tests/testKeys.sh ./tests $(top_builddir)/$(TEST_APP)
der) <br>
<br>
check-dsig: $(TEST_APP) <br>
@(cd $(top_srcdir);\ <br>
$(SHELL) ./tests/testDSig.sh ./tests $(top_builddir)/$(TEST_APP)
der pkcs8) <br>
<br>
check-enc: $(TEST_APP) <br>
@(cd $(top_srcdir);\ <br>
$(SHELL) ./tests/testEnc.sh ./tests $(top_builddir)/$(TEST_APP)
der pkcs8) <br>
<br>
This seems to be working for me. Let me know if you still have any
problems. <br>
<br>
Thanks again, <br>
Aleksey <br>
<br>
</body>
</html>