blob: 4e4d47e42f8b37b540797e6370f546d7d6955cdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[DEFAULT]
head = "head_psm.js"
tags = "psm"
skip-if = ["os == 'android'"]
["test_osclientcerts_module.js"]
skip-if = [
"os == 'linux'",
"os == 'android'",
]
["test_pkcs11_module.js"]
["test_pkcs11_moduleDB.js"]
["test_pkcs11_safe_mode.js"]
["test_pkcs11_slot.js"]
["test_pkcs11_token.js"]
["test_pkcs11_tokenDB.js"]
|