12345678910111213141516171819202122232425262728 |
- x15_SOURCES-$(CONFIG_TEST_ATOMIC) += test/test_atomic.c
- x15_SOURCES-$(CONFIG_TEST_BULLETIN) += test/test_bulletin.c
- x15_SOURCES-$(CONFIG_TEST_CAPABILITY) += test/test_cap.c
- x15_SOURCES-$(CONFIG_TEST_FMT) += test/test_fmt.c
- x15_SOURCES-$(CONFIG_TEST_FUTEX) += test/test_futex.c
- x15_SOURCES-$(CONFIG_TEST_INTR) += test/test_intr.c
- x15_SOURCES-$(CONFIG_TEST_IPC) += test/test_ipc.c
- x15_SOURCES-$(CONFIG_TEST_MUTEX) += test/test_mutex.c
- x15_SOURCES-$(CONFIG_TEST_MUTEX_PI) += test/test_mutex_pi.c
- x15_SOURCES-$(CONFIG_TEST_PERFMON_CPU) += test/test_perfmon_cpu.c
- x15_SOURCES-$(CONFIG_TEST_PERFMON_THREAD) += test/test_perfmon_thread.c
- x15_SOURCES-$(CONFIG_TEST_PERFMON_TORTURE) += test/test_perfmon_torture.c
- x15_SOURCES-$(CONFIG_TEST_PMAP_UPDATE) += test/test_pmap_update_mp.c
- x15_SOURCES-$(CONFIG_TEST_RCU_DEFER) += test/test_rcu_defer.c
- x15_SOURCES-$(CONFIG_TEST_RDXTREE) += test/test_rdxtree.c
- x15_SOURCES-$(CONFIG_TEST_SEMAPHORE) += test/test_semaphore.c
- x15_SOURCES-$(CONFIG_TEST_SLEEPQ_BROADCAST) += test/test_sleepq_broadcast.c
- x15_SOURCES-$(CONFIG_TEST_SREF_DIRTY_ZEROES) += test/test_sref_dirty_zeroes.c
- x15_SOURCES-$(CONFIG_TEST_SREF_NOREF) += test/test_sref_noref.c
- x15_SOURCES-$(CONFIG_TEST_SREF_WEAKREF) += test/test_sref_weakref.c
- x15_SOURCES-$(CONFIG_TEST_THREAD_AFFINITY) += test/test_thread_affinity.c
- x15_SOURCES-$(CONFIG_TEST_THREAD_SUSPEND) += test/test_thread_suspend.c
- x15_SOURCES-$(CONFIG_TEST_UNWIND) += test/test_unwind.c
- x15_SOURCES-$(CONFIG_TEST_VM_MAP_PHYS) += test/test_vm_map_phys.c
- x15_SOURCES-$(CONFIG_TEST_VM_PAGE_FILL) += test/test_vm_page_fill.c
- x15_SOURCES-$(CONFIG_TEST_VM_FAULT) += test/test_vm_fault.c
- x15_SOURCES-$(CONFIG_TEST_XCALL) += test/test_xcall.c
|