Commit db6fe4d
committed
lib: Move KUnit tests into tests/ subdirectory
Following from the recent KUnit file naming discussion[1], move all
KUnit tests in lib/ into lib/tests/.
Link: https://lore.kernel.org/lkml/20240720165441.it.320-kees@kernel.org/ [1]
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Reviewed-by: David Gow <davidgow@google.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: Rae Moar <rmoar@google.com>
Link: https://lore.kernel.org/r/20241202075545.3648096-4-davidgow@google.com
Signed-off-by: Kees Cook <kees@kernel.org>1 parent 84ec093 commit db6fe4d
29 files changed
Lines changed: 51 additions & 47 deletions
File tree
- lib
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4017 | 4017 | | |
4018 | 4018 | | |
4019 | 4019 | | |
4020 | | - | |
4021 | 4020 | | |
4022 | 4021 | | |
4023 | 4022 | | |
| 4023 | + | |
4024 | 4024 | | |
4025 | 4025 | | |
4026 | 4026 | | |
| |||
9065 | 9065 | | |
9066 | 9066 | | |
9067 | 9067 | | |
9068 | | - | |
9069 | | - | |
9070 | 9068 | | |
| 9069 | + | |
| 9070 | + | |
| 9071 | + | |
9071 | 9072 | | |
9072 | 9073 | | |
9073 | 9074 | | |
| |||
9755 | 9756 | | |
9756 | 9757 | | |
9757 | 9758 | | |
9758 | | - | |
9759 | 9759 | | |
9760 | | - | |
| 9760 | + | |
| 9761 | + | |
9761 | 9762 | | |
9762 | 9763 | | |
9763 | 9764 | | |
| |||
12985 | 12986 | | |
12986 | 12987 | | |
12987 | 12988 | | |
12988 | | - | |
| 12989 | + | |
12989 | 12990 | | |
12990 | 12991 | | |
12991 | 12992 | | |
| |||
13315 | 13316 | | |
13316 | 13317 | | |
13317 | 13318 | | |
13318 | | - | |
| 13319 | + | |
13319 | 13320 | | |
13320 | 13321 | | |
13321 | 13322 | | |
| |||
13443 | 13444 | | |
13444 | 13445 | | |
13445 | 13446 | | |
13446 | | - | |
| 13447 | + | |
13447 | 13448 | | |
13448 | 13449 | | |
13449 | 13450 | | |
| |||
21732 | 21733 | | |
21733 | 21734 | | |
21734 | 21735 | | |
21735 | | - | |
| 21736 | + | |
21736 | 21737 | | |
21737 | 21738 | | |
21738 | 21739 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | | - | |
69 | 66 | | |
70 | | - | |
71 | | - | |
72 | 67 | | |
73 | 68 | | |
74 | 69 | | |
75 | 70 | | |
76 | 71 | | |
77 | 72 | | |
78 | | - | |
79 | 73 | | |
80 | 74 | | |
81 | 75 | | |
82 | 76 | | |
83 | | - | |
84 | 77 | | |
85 | 78 | | |
86 | 79 | | |
| |||
98 | 91 | | |
99 | 92 | | |
100 | 93 | | |
101 | | - | |
102 | 94 | | |
103 | 95 | | |
104 | 96 | | |
| |||
107 | 99 | | |
108 | 100 | | |
109 | 101 | | |
110 | | - | |
111 | 102 | | |
112 | | - | |
113 | | - | |
114 | 103 | | |
115 | 104 | | |
116 | 105 | | |
| |||
132 | 121 | | |
133 | 122 | | |
134 | 123 | | |
135 | | - | |
| 124 | + | |
136 | 125 | | |
137 | 126 | | |
138 | 127 | | |
| |||
368 | 357 | | |
369 | 358 | | |
370 | 359 | | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | 360 | | |
398 | 361 | | |
399 | 362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
1 | 41 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments