Enable the public-private key consistency test

This commit is contained in:
Zahary Karadjov 2020-02-19 11:21:23 +02:00
parent 6ef16785ce
commit 5ca1a21ecd
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ task test_keyfile, "run keyfile tests":
proc runKeysTests() =
for filename in [
"test_keys",
"test_private_public_key_consistency"
]:
runTest("tests/keys/" & filename)