]>
Commit | Line | Data |
---|---|---|
427c49bc A |
1 | /* To add a test: |
2 | 1) add it here | |
3 | 2) Add it as command line argument for SecurityTest.app in the Release and Debug schemes | |
4 | */ | |
5 | #include <test/testmore.h> | |
6 | ||
7 | ONE_TEST(sc_20_keynames) | |
8 | ONE_TEST(sc_30_peerinfo) | |
9 | ONE_TEST(sc_40_circle) | |
10 | OFF_ONE_TEST(sc_41_cloudcircle) // This is destructive to the cloud state | |
11 | OFF_ONE_TEST(sc_51_persistentEC) | |
12 | ||
13 | #ifdef NO_SERVER | |
14 | ONE_TEST(sc_60_peer) | |
15 | ONE_TEST(sc_70_engine) | |
16 | ONE_TEST(sc_75_circle_engine) | |
17 | #else | |
18 | OFF_ONE_TEST(sc_60_peer) | |
19 | OFF_ONE_TEST(sc_70_engine) | |
20 | OFF_ONE_TEST(sc_75_circle_engine) | |
21 | #endif | |
22 | ||
23 | OFF_ONE_TEST(sc_90_ckdclient) | |
24 | OFF_ONE_TEST(sc_95_ckd2client) | |
25 | OFF_ONE_TEST(sc_100_devicecircle) | |
26 | OFF_ONE_TEST(sc_101_accountsync) | |
27 | OFF_ONE_TEST(sc_102_cfusernotification) | |
28 | OFF_ONE_TEST(sc_103_syncupdate) | |
29 | OFF_ONE_TEST(sc_120_cloudcircle) | |
30 | ONE_TEST(sc_130_resignationticket) | |
31 | ||
32 |