]> git.saurik.com Git - apple/security.git/blob - OSX/shared_regressions/shared_regressions.h
Security-57740.20.22.tar.gz
[apple/security.git] / OSX / shared_regressions / shared_regressions.h
1 /* To add a test:
2 1) add it here
3 2) Add it as command line argument for SecurityTest.app/SecurityTestOSX.app in the Release, Debug schemes, and World schemes
4 3) Add any resource your test needs in to the SecurityTest.app and SecurityTestOSX.app targets.
5
6 This file contains iOS/OSX shared tests that are built in libSharedRegression.a
7 For iOS only tests see Security_regressions.h
8 */
9 #include <test/testmore.h>
10
11 ONE_TEST(si_15_certificate)
12 ONE_TEST(si_16_ec_certificate)
13 ONE_TEST(si_20_sectrust)
14 ONE_TEST(si_20_sectrust_policies)
15 ONE_TEST(si_21_sectrust_asr)
16 ONE_TEST(si_22_sectrust_iap)
17 #if !TARGET_OS_WATCH
18 ONE_TEST(si_23_sectrust_ocsp)
19 #else
20 DISABLED_ONE_TEST(si_23_sectrust_ocsp)
21 #endif
22 ONE_TEST(si_24_sectrust_itms)
23 ONE_TEST(si_24_sectrust_nist)
24 ONE_TEST(si_24_sectrust_diginotar)
25 ONE_TEST(si_24_sectrust_digicert_malaysia)
26 ONE_TEST(si_24_sectrust_passbook)
27 ONE_TEST(si_25_cms_skid)
28 ONE_TEST(si_26_sectrust_copyproperties)
29 ONE_TEST(si_27_sectrust_exceptions)
30 ONE_TEST(si_28_sectrustsettings)
31 ONE_TEST(si_44_seckey_gen)
32 ONE_TEST(si_44_seckey_rsa)
33 ONE_TEST(si_44_seckey_ec)
34 ONE_TEST(si_44_seckey_ies)
35 #if !TARGET_OS_WATCH
36 ONE_TEST(si_67_sectrust_blacklist)
37 ONE_TEST(si_84_sectrust_allowlist)
38 #else
39 DISABLED_ONE_TEST(si_67_sectrust_blacklist)
40 DISABLED_ONE_TEST(si_84_sectrust_allowlist)
41 #endif
42 ONE_TEST(si_70_sectrust_unified)
43 ONE_TEST(si_71_mobile_store_policy)
44 ONE_TEST(si_74_OTA_PKI_Signer)
45 ONE_TEST(si_82_seccertificate_ct)
46 ONE_TEST(si_82_sectrust_ct)
47 ONE_TEST(si_83_seccertificate_sighashalg)
48 ONE_TEST(si_85_sectrust_ssl_policy)
49 ONE_TEST(si_87_sectrust_name_constraints)
50 ONE_TEST(si_97_sectrust_path_scoring)