Re-enable all ACVP tests [full tests] (#2283)

Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
This commit is contained in:
Basil Hess 2025-09-24 15:14:53 +02:00 committed by GitHub
parent b6c875f196
commit dd942d4344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -339,5 +339,4 @@ def test_acvp_vec_slh_dsa_sig_ver(sig_name):
if __name__ == "__main__": if __name__ == "__main__":
import sys import sys
test_acvp_vec_slh_dsa_sig_gen("SLH_DSA_SHA2_224_PREHASH_SHA2_128S") pytest.main(sys.argv)
# pytest.main(sys.argv)