Add test-genkey-nss target

This commit is contained in:
Elio Maldonado 2008-10-26 23:38:05 +00:00
parent 6f5366ba1f
commit 1746d724ae
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ test-genkey: genkey
mkdir -p certs private
./genkey --test `hostname`
test-genkey-nss: genkey
mkdir -p certs private
./genkey --test --nss nsstest.`hostname`
#########################################################################
# Individual testing targets.
#########################################################################