hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/arm/bifrost/tests/build.bp
....@@ -1,7 +1,7 @@
11 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22 /*
33 *
4
- * (C) COPYRIGHT 2021 ARM Limited. All rights reserved.
4
+ * (C) COPYRIGHT 2021-2023 ARM Limited. All rights reserved.
55 *
66 * This program is free software and is provided to you under the terms of the
77 * GNU General Public License version 2 as published by the Free Software
....@@ -25,7 +25,7 @@
2525 "include",
2626 "./../../",
2727 "./../",
28
- "./"
28
+ "./",
2929 ],
3030 }
3131
....@@ -38,3 +38,9 @@
3838 kbuild_options: ["CONFIG_UNIT_TEST_KERNEL_MODULES=y"],
3939 },
4040 }
41
+
42
+bob_defaults {
43
+ name: "kernel_unit_tests",
44
+ add_to_alias: ["unit_tests"],
45
+ srcs: [".*_unit_test/"],
46
+}