Skip to content

Commit d5218a3

Browse files
authored
Merge pull request #819 from junaruga/wip/fips-add-passing-test-files
Add passing test files in FIPS.
2 parents 2b9f444 + c12b515 commit d5218a3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Rakefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,24 @@ end
2727
Rake::TestTask.new(:test_fips_internal) do |t|
2828
t.libs << 'test/openssl'
2929
t.test_files = FileList[
30+
'test/openssl/test_bn.rb',
31+
'test/openssl/test_buffering.rb',
32+
'test/openssl/test_config.rb',
33+
'test/openssl/test_engine.rb',
3034
'test/openssl/test_fips.rb',
35+
'test/openssl/test_ossl.rb',
36+
'test/openssl/test_pair.rb',
3137
'test/openssl/test_pkey.rb',
3238
'test/openssl/test_pkey_dh.rb',
3339
'test/openssl/test_pkey_dsa.rb',
3440
'test/openssl/test_pkey_ec.rb',
3541
'test/openssl/test_pkey_rsa.rb',
3642
'test/openssl/test_provider.rb',
43+
'test/openssl/test_random.rb',
44+
'test/openssl/test_ssl_session.rb',
45+
'test/openssl/test_x509attr.rb',
46+
'test/openssl/test_x509ext.rb',
47+
'test/openssl/test_x509store.rb',
3748
]
3849
t.warning = true
3950
end

0 commit comments

Comments
 (0)