1 /*
2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without modification,
6 * are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice, this list of
9 * conditions and the following disclaimer.
10 *
11 * 2. Redistributions in binary form must reproduce the above copyright notice, this list
12 * of conditions and the following disclaimer in the documentation and/or other materials
13 * provided with the distribution.
14 *
15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
16 * to endorse or promote products derived from this software without specific prior written
17 * permission.
18 *
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
21 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
23 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
24 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
26 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
27 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
28 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
29 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */
31
32 #include "osTest.h"
33 #include "It_los_task.h"
34
ItSuiteLosTask()35 VOID ItSuiteLosTask()
36 {
37 ItLosTask001();
38 ItLosTask002();
39 ItLosTask003();
40 ItLosTask004();
41 ItLosTask005();
42 ItLosTask006();
43 ItLosTask007();
44 ItLosTask008();
45 ItLosTask010();
46 ItLosTask011();
47 ItLosTask012();
48 ItLosTask013();
49 ItLosTask014();
50 ItLosTask015();
51 ItLosTask016();
52 ItLosTask017();
53 ItLosTask018();
54 ItLosTask019();
55 ItLosTask020();
56 ItLosTask021();
57 ItLosTask022();
58 ItLosTask023();
59 ItLosTask024();
60 ItLosTask025();
61 ItLosTask026();
62 ItLosTask027();
63 ItLosTask028();
64 ItLosTask029();
65 ItLosTask030();
66 ItLosTask031();
67 ItLosTask032();
68 ItLosTask033();
69 ItLosTask034();
70 ItLosTask035();
71 ItLosTask036();
72 ItLosTask037();
73 ItLosTask038();
74 ItLosTask041();
75 ItLosTask042();
76 ItLosTask046();
77 ItLosTask047();
78 ItLosTask048();
79 ItLosTask049();
80 ItLosTask050();
81 ItLosTask051();
82 ItLosTask052();
83 ItLosTask055();
84 ItLosTask057();
85 ItLosTask058();
86 ItLosTask060();
87 ItLosTask062();
88 ItLosTask065();
89 ItLosTask066();
90 ItLosTask067();
91 ItLosTask068();
92 ItLosTask069();
93 ItLosTask071();
94 ItLosTask072();
95 ItLosTask073();
96 ItLosTask074();
97 ItLosTask076();
98 ItLosTask077();
99 ItLosTask078();
100 ItLosTask089();
101 ItLosTask092();
102 ItLosTask094();
103 ItLosTask095();
104 ItLosTask097();
105 ItLosTask098();
106 ItLosTask099();
107 ItLosTask100();
108 ItLosTask101();
109 ItLosTask103();
110 ItLosTask104();
111 ItLosTask105();
112 ItLosTask107();
113 ItLosTask108();
114 ItLosTask109();
115 ItLosTask110();
116 ItLosTask111();
117 ItLosTask112();
118 ItLosTask113();
119 ItLosTask115();
120 ItLosTask118();
121 ItLosTask119();
122 ItLosTask120();
123 ItLosTask121();
124 ItLosTask122();
125 ItLosTask123();
126 ItLosTask124();
127 ItLosTask125();
128 ItLosTask126();
129 ItLosTask127();
130 ItLosTask128();
131 ItLosTask129();
132 ItLosTask130();
133
134 #if (LOS_KERNEL_TEST_FULL == 1)
135 ItLosTask039();
136 ItLosTask040();
137 ItLosTask043();
138 ItLosTask056();
139 ItLosTask063();
140 ItLosTask075();
141 ItLosTask079();
142 ItLosTask081();
143 ItLosTask082();
144 ItLosTask083();
145 ItLosTask085();
146 ItLosTask087();
147 ItLosTask088();
148 ItLosTask090();
149 ItLosTask093();
150 ItLosTask116();
151 #if (LOS_KERNEL_HWI_TEST == 1)
152 ItLosTask053();
153 ItLosTask054();
154 ItLosTask059();
155 ItLosTask061();
156 ItLosTask064();
157 ItLosTask070();
158 ItLosTask080();
159 ItLosTask086();
160 ItLosTask102();
161 ItLosTask106();
162 ItLosTask114();
163 ItLosTask117();
164 #endif
165 #endif
166 }
167
168