Skip to content

Commit

Permalink
Merge pull request #819 from junaruga/wip/fips-add-passing-test-files
Browse files Browse the repository at this point in the history
Add passing test files in FIPS.
  • Loading branch information
junaruga authored Nov 21, 2024
2 parents 2b9f444 + c12b515 commit d5218a3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,24 @@ end
Rake::TestTask.new(:test_fips_internal) do |t|
t.libs << 'test/openssl'
t.test_files = FileList[
'test/openssl/test_bn.rb',
'test/openssl/test_buffering.rb',
'test/openssl/test_config.rb',
'test/openssl/test_engine.rb',
'test/openssl/test_fips.rb',
'test/openssl/test_ossl.rb',
'test/openssl/test_pair.rb',
'test/openssl/test_pkey.rb',
'test/openssl/test_pkey_dh.rb',
'test/openssl/test_pkey_dsa.rb',
'test/openssl/test_pkey_ec.rb',
'test/openssl/test_pkey_rsa.rb',
'test/openssl/test_provider.rb',
'test/openssl/test_random.rb',
'test/openssl/test_ssl_session.rb',
'test/openssl/test_x509attr.rb',
'test/openssl/test_x509ext.rb',
'test/openssl/test_x509store.rb',
]
t.warning = true
end
Expand Down

0 comments on commit d5218a3

Please sign in to comment.