3 2) Add it as command line argument for SecurityTest.app in the Release and Debug schemes
4 3) Add any resources your test use to the SecurityTest.app.
6 This file contains iOS only tests that are built in libSecurityRegression.a
7 For test shared between OSX and iOS, see shared_regressions.h
9 #include <regressions/test/testmore.h>
11 ONE_TEST(pbkdf2_00_hmac_sha1
)
12 ONE_TEST(spbkdf_00_hmac_sha1
)
13 ONE_TEST(spbkdf_01_hmac_sha256
)
15 ONE_TEST(si_00_find_nothing
)
17 ONE_TEST(si_10_find_internet
)
18 ONE_TEST(si_11_update_data
)
19 ONE_TEST(si_12_item_stress
)
20 ONE_TEST(si_13_item_system
)
21 ONE_TEST(si_14_dateparse
)
22 DISABLED_ONE_TEST(si_15_delete_access_group
)
23 ONE_TEST(si_17_item_system_bluetooth
)
24 DISABLED_ONE_TEST(si_30_keychain_upgrade
) //obsolete, needs updating
25 DISABLED_ONE_TEST(si_31_keychain_bad
)
26 DISABLED_ONE_TEST(si_31_keychain_unreadable
)
27 ONE_TEST(si_33_keychain_backup
)
28 ONE_TEST(si_40_seckey
)
29 ONE_TEST(si_40_seckey_custom
)
30 ONE_TEST(si_41_sececkey
)
31 ONE_TEST(si_42_identity
)
32 ONE_TEST(si_43_persistent
)
33 ONE_TEST(si_50_secrandom
)
35 ONE_TEST(si_69_keydesc
)
36 ONE_TEST(si_72_syncableitems
)
37 ONE_TEST(si_73_secpasswordgenerate
)
39 #if TARGET_OS_SIMULATOR
40 OFF_ONE_TEST(si_76_shared_credentials
)
42 ONE_TEST(si_76_shared_credentials
)
44 ONE_TEST(si_77_SecAccessControl
)
46 DISABLED_ONE_TEST(si_76_shared_credentials
)
47 DISABLED_ONE_TEST(si_77_SecAccessControl
)
49 ONE_TEST(si_78_query_attrs
)
50 ONE_TEST(si_80_empty_data
)
51 ONE_TEST(si_82_token_ag
)
53 ONE_TEST(si_95_cms_basic
)
56 ONE_TEST(vmdh_41_example
)
57 ONE_TEST(vmdh_42_example2
)
59 ONE_TEST(otr_00_identity
)
60 ONE_TEST(otr_30_negotiation
)
62 ONE_TEST(otr_packetdata
)
63 ONE_TEST(otr_40_edgecases
)
65 ONE_TEST(otr_60_slowroll
)
68 ONE_TEST(so_01_serverencryption
)
70 DISABLED_ONE_TEST(so_01_serverencryption
)