Added target to create a random seed file for easier testing

This commit is contained in:
Elio Maldonado 2008-11-04 04:18:06 +00:00
parent 5701962a6d
commit 653ae55c58
1 changed files with 8 additions and 0 deletions

View File

@ -84,6 +84,14 @@ prepare-tests:
cleanup-tests: certs private
rm -f -r certs private
# get some random seed in a file
# enables testing with keyutil directly
# without user interaction.
seed-file:
echo "Saving random seed..."
touch random-seed
dd if=/dev/urandom of=random-seed count=1 bs=4096
#########################################################################
date.xml: