projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
188f644
)
Make PKCS#7 test work.
author
Ben Laurie
<ben@links.org>
Tue, 2 Apr 2013 04:36:21 +0000
(
05:36
+0100)
committer
Ben Laurie
<ben@links.org>
Sat, 6 Apr 2013 14:13:11 +0000
(15:13 +0100)
test/Makefile
patch
|
blob
|
history
util/pl/unix.pl
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 9a4cabcc8bdc8f1cfff35a4dc3933eeb8f81ca98..620bf2b100f1aee4d6ea91806dd86066069852d4 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-274,7
+274,7
@@
test_req: ../apps/openssl treq testreq.pem testreq2.pem
@sh ./treq 2>/dev/null
@sh ./treq testreq2.pem 2>/dev/null
-test_pkcs7: ../apps/openssl tpkcs7 tpkcs7d
+test_pkcs7: ../apps/openssl tpkcs7 tpkcs7d
testp7.pem pkcs7-1.pem
@sh ./tpkcs7 2>/dev/null
@sh ./tpkcs7d 2>/dev/null
diff --git
a/util/pl/unix.pl
b/util/pl/unix.pl
index b837fefe230b39fba414f57d13b5295b8fd58bff..c5586486c0a3eab6676f299c475a7ff8c0744401 100644
(file)
--- a/
util/pl/unix.pl
+++ b/
util/pl/unix.pl
@@
-369,6
+369,8
@@
sub get_tests
'v3-cert1.pem',
'v3-cert2.pem',
'testreq2.pem',
+ 'testp7.pem',
+ 'pkcs7-1.pem',
);
my $copies = copy_scripts('test', @copies);