source: mainline/uspace/lib/pcut/tests/manytests.c@ 66262a1b

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 66262a1b was 3bacee1, checked in by Jiri Svoboda <jiri@…>, 7 years ago

Make ccheck-fix again and commit more good files.

  • Property mode set to 100644
File size: 3.7 KB
Line 
1/*
2 * Copyright (c) 2012-2013 Vojtech Horky
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *
9 * - Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * - Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
14 * - The name of the author may not be used to endorse or promote products
15 * derived from this software without specific prior written permission.
16 *
17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 */
28
29#include <pcut/pcut.h>
30
31/*
32 * Just test how it will look like if a huge number of tests would
33 * be present in the suite.
34 */
35
36PCUT_INIT;
37
38PCUT_TEST(my_test_001)
39{
40}
41PCUT_TEST(my_test_002)
42{
43}
44PCUT_TEST(my_test_003)
45{
46}
47PCUT_TEST(my_test_004)
48{
49}
50PCUT_TEST(my_test_005)
51{
52}
53PCUT_TEST(my_test_006)
54{
55}
56PCUT_TEST(my_test_007)
57{
58}
59PCUT_TEST(my_test_008)
60{
61}
62PCUT_TEST(my_test_009)
63{
64}
65PCUT_TEST(my_test_010)
66{
67}
68PCUT_TEST(my_test_011)
69{
70}
71PCUT_TEST(my_test_012)
72{
73}
74PCUT_TEST(my_test_013)
75{
76}
77PCUT_TEST(my_test_014)
78{
79}
80PCUT_TEST(my_test_015)
81{
82}
83PCUT_TEST(my_test_016)
84{
85}
86PCUT_TEST(my_test_017)
87{
88}
89PCUT_TEST(my_test_018)
90{
91}
92PCUT_TEST(my_test_019)
93{
94}
95PCUT_TEST(my_test_020)
96{
97}
98PCUT_TEST(my_test_021)
99{
100}
101PCUT_TEST(my_test_022)
102{
103}
104PCUT_TEST(my_test_023)
105{
106}
107PCUT_TEST(my_test_024)
108{
109}
110PCUT_TEST(my_test_025)
111{
112}
113PCUT_TEST(my_test_026)
114{
115}
116PCUT_TEST(my_test_027)
117{
118}
119PCUT_TEST(my_test_028)
120{
121}
122PCUT_TEST(my_test_029)
123{
124}
125PCUT_TEST(my_test_030)
126{
127}
128PCUT_TEST(my_test_031)
129{
130}
131PCUT_TEST(my_test_032)
132{
133}
134PCUT_TEST(my_test_033)
135{
136}
137PCUT_TEST(my_test_034)
138{
139}
140PCUT_TEST(my_test_035)
141{
142}
143PCUT_TEST(my_test_036)
144{
145}
146PCUT_TEST(my_test_037)
147{
148}
149PCUT_TEST(my_test_038)
150{
151}
152PCUT_TEST(my_test_039)
153{
154}
155PCUT_TEST(my_test_040)
156{
157}
158PCUT_TEST(my_test_041)
159{
160}
161PCUT_TEST(my_test_042)
162{
163}
164PCUT_TEST(my_test_043)
165{
166}
167PCUT_TEST(my_test_044)
168{
169}
170PCUT_TEST(my_test_045)
171{
172}
173PCUT_TEST(my_test_046)
174{
175}
176PCUT_TEST(my_test_047)
177{
178}
179PCUT_TEST(my_test_048)
180{
181}
182PCUT_TEST(my_test_049)
183{
184}
185PCUT_TEST(my_test_050)
186{
187}
188PCUT_TEST(my_test_051)
189{
190}
191PCUT_TEST(my_test_052)
192{
193}
194PCUT_TEST(my_test_053)
195{
196}
197PCUT_TEST(my_test_054)
198{
199}
200PCUT_TEST(my_test_055)
201{
202}
203PCUT_TEST(my_test_056)
204{
205}
206PCUT_TEST(my_test_057)
207{
208}
209PCUT_TEST(my_test_058)
210{
211}
212PCUT_TEST(my_test_059)
213{
214}
215PCUT_TEST(my_test_060)
216{
217}
218PCUT_TEST(my_test_061)
219{
220}
221PCUT_TEST(my_test_062)
222{
223}
224PCUT_TEST(my_test_063)
225{
226}
227PCUT_TEST(my_test_064)
228{
229}
230PCUT_TEST(my_test_065)
231{
232}
233PCUT_TEST(my_test_066)
234{
235}
236PCUT_TEST(my_test_067)
237{
238}
239PCUT_TEST(my_test_068)
240{
241}
242PCUT_TEST(my_test_069)
243{
244}
245PCUT_TEST(my_test_070)
246{
247}
248PCUT_TEST(my_test_071)
249{
250}
251PCUT_TEST(my_test_072)
252{
253}
254PCUT_TEST(my_test_073)
255{
256}
257PCUT_TEST(my_test_074)
258{
259}
260PCUT_TEST(my_test_075)
261{
262}
263PCUT_TEST(my_test_076)
264{
265}
266PCUT_TEST(my_test_077)
267{
268}
269PCUT_TEST(my_test_078)
270{
271}
272PCUT_TEST(my_test_079)
273{
274}
275PCUT_TEST(my_test_080)
276{
277}
278
279
280PCUT_MAIN();
Note: See TracBrowser for help on using the repository browser.