diff options
Diffstat (limited to 'tests/integration/node_unit_tests.rs')
-rw-r--r-- | tests/integration/node_unit_tests.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/integration/node_unit_tests.rs b/tests/integration/node_unit_tests.rs index d0b6d1fbd..15d2021c1 100644 --- a/tests/integration/node_unit_tests.rs +++ b/tests/integration/node_unit_tests.rs @@ -57,11 +57,14 @@ util::unit_test_factory!( buffer_test, child_process_test, console_test, - crypto_cipher_test = crypto / crypto_cipher_test, crypto_cipher_gcm_test = crypto / crypto_cipher_gcm_test, + crypto_cipher_test = crypto / crypto_cipher_test, crypto_hash_test = crypto / crypto_hash_test, + crypto_hkdf_test = crypto / crypto_hkdf_test, crypto_key_test = crypto / crypto_key_test, crypto_misc_test = crypto / crypto_misc_test, + crypto_pbkdf2_test = crypto / crypto_pbkdf2_test, + crypto_scrypt_test = crypto / crypto_scrypt_test, crypto_sign_test = crypto / crypto_sign_test, events_test, dgram_test, @@ -72,8 +75,6 @@ util::unit_test_factory!( _randomBytes_test = internal / _randomBytes_test, _randomFill_test = internal / _randomFill_test, _randomInt_test = internal / _randomInt_test, - pbkdf2_test = internal / pbkdf2_test, - scrypt_test = internal / scrypt_test, module_test, net_test, os_test, |