Added target to create a random seed file for easier testing
This commit is contained in:
parent
5701962a6d
commit
653ae55c58
8
Makefile
8
Makefile
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user