]> git.saurik.com Git - apple/security.git/blob - keychain/ckks/tests/testrunner/KeychainCKKS.plist
Security-59306.61.1.tar.gz
[apple/security.git] / keychain / ckks / tests / testrunner / KeychainCKKS.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>BATSConfigVersion</key>
6 <string>0.1.0</string>
7 <key>Project</key>
8 <string>Security</string>
9 <key>Tests</key>
10 <array>
11 <dict>
12 <key>TestName</key>
13 <string>CKKSTests</string>
14 <key>WorkingDirectory</key>
15 <string>/AppleInternal/XCTests/com.apple.security/</string>
16 <key>ShowSubtestResults</key>
17 <true/>
18 <key>Timeout</key>
19 <integer>1200</integer>
20 <key>Command</key>
21 <array>
22 <string>BATS_XCTEST_CMD CKKSTests.xctest</string>
23 </array>
24 </dict>
25 <!--dict>
26 <key>TestName</key>
27 <string>CKKSCloudKitTests</string>
28 <key>WorkingDirectory</key>
29 <string>/AppleInternal/XCTests/com.apple.security/</string>
30 <key>Command</key>
31 <array>
32 <string>/AppleInternal/CoreOS/tests/Security/KeychainEntitledTestRunner</string>
33 </array>
34 </dict-->
35 </array>
36 </dict>
37 </plist>