<!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>
&nbsp;&nbsp; check-km: $(TEST_APP) <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @(cd $(top_srcdir);\ <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(SHELL) ./tests/testKeys.sh ./tests $(top_builddir)/$(TEST_APP)
der) <br>
<br>
&nbsp;&nbsp; check-dsig: $(TEST_APP) <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @(cd $(top_srcdir);\ <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(SHELL) ./tests/testDSig.sh ./tests $(top_builddir)/$(TEST_APP)
der pkcs8) <br>
<br>
&nbsp;&nbsp; check-enc: $(TEST_APP) <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @(cd $(top_srcdir);\ <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(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>