# SPDX-License-Identifier: GPL-2.0
obj-m += test_find_vma.o
obj-m += test_vmalloc_remap.o
obj-m += test_liblinux_exit.o
obj-m += test_signal.o
obj-m += test_cred.o
obj-m += test_vmallocinfo.o
obj-m += test_pidfd_anon_fget.o
ifdef CONFIG_KUNIT
obj-m += test_kthread.o
endif
ifeq ($(CONFIG_HW_QOS_SCHED), y)
obj-m += test_qos.o
endif
obj-m += test_task_struct.o

ifeq ($(CONFIG_SAMPLE_LDK_TEST_KSYS), y)
obj-y := test_procfs.o
obj-y += test_export.o
obj-m += test_ksys.o
obj-m += test_ldk.o
test_ldk-objs += test_ldk_main.o
test_ldk-objs += test_sysfs.o
test_ldk-objs += test_kernel.o
test_ldk-objs += test_hvc.o
test_ldk-objs += test_random.o
test_ldk-objs += test_kthread_unpark.o
test_ldk-objs += test_tick.o
endif

ifeq ($(CONFIG_LIBLINUX_COMPACTION), y)
obj-m += test_compact.o
endif
obj-m += test_fget.o
