.. | .. |
---|
1 | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
---|
2 | 2 | /* |
---|
3 | 3 | * |
---|
4 | | - * (C) COPYRIGHT 2021 ARM Limited. All rights reserved. |
---|
| 4 | + * (C) COPYRIGHT 2021-2023 ARM Limited. All rights reserved. |
---|
5 | 5 | * |
---|
6 | 6 | * This program is free software and is provided to you under the terms of the |
---|
7 | 7 | * GNU General Public License version 2 as published by the Free Software |
---|
.. | .. |
---|
25 | 25 | "include", |
---|
26 | 26 | "./../../", |
---|
27 | 27 | "./../", |
---|
28 | | - "./" |
---|
| 28 | + "./", |
---|
29 | 29 | ], |
---|
30 | 30 | } |
---|
31 | 31 | |
---|
.. | .. |
---|
38 | 38 | kbuild_options: ["CONFIG_UNIT_TEST_KERNEL_MODULES=y"], |
---|
39 | 39 | }, |
---|
40 | 40 | } |
---|
| 41 | + |
---|
| 42 | +bob_defaults { |
---|
| 43 | + name: "kernel_unit_tests", |
---|
| 44 | + add_to_alias: ["unit_tests"], |
---|
| 45 | + srcs: [".*_unit_test/"], |
---|
| 46 | +} |
---|