Makefile 1.9 KB

12345678910111213141516171819202122232425262728
  1. x15_SOURCES-$(CONFIG_TEST_ATOMIC) += test/test_atomic.c
  2. x15_SOURCES-$(CONFIG_TEST_BULLETIN) += test/test_bulletin.c
  3. x15_SOURCES-$(CONFIG_TEST_CAPABILITY) += test/test_cap.c
  4. x15_SOURCES-$(CONFIG_TEST_FMT) += test/test_fmt.c
  5. x15_SOURCES-$(CONFIG_TEST_FUTEX) += test/test_futex.c
  6. x15_SOURCES-$(CONFIG_TEST_INTR) += test/test_intr.c
  7. x15_SOURCES-$(CONFIG_TEST_IPC) += test/test_ipc.c
  8. x15_SOURCES-$(CONFIG_TEST_MUTEX) += test/test_mutex.c
  9. x15_SOURCES-$(CONFIG_TEST_MUTEX_PI) += test/test_mutex_pi.c
  10. x15_SOURCES-$(CONFIG_TEST_PERFMON_CPU) += test/test_perfmon_cpu.c
  11. x15_SOURCES-$(CONFIG_TEST_PERFMON_THREAD) += test/test_perfmon_thread.c
  12. x15_SOURCES-$(CONFIG_TEST_PERFMON_TORTURE) += test/test_perfmon_torture.c
  13. x15_SOURCES-$(CONFIG_TEST_PMAP_UPDATE) += test/test_pmap_update_mp.c
  14. x15_SOURCES-$(CONFIG_TEST_RCU_DEFER) += test/test_rcu_defer.c
  15. x15_SOURCES-$(CONFIG_TEST_RDXTREE) += test/test_rdxtree.c
  16. x15_SOURCES-$(CONFIG_TEST_SEMAPHORE) += test/test_semaphore.c
  17. x15_SOURCES-$(CONFIG_TEST_SLEEPQ_BROADCAST) += test/test_sleepq_broadcast.c
  18. x15_SOURCES-$(CONFIG_TEST_SREF_DIRTY_ZEROES) += test/test_sref_dirty_zeroes.c
  19. x15_SOURCES-$(CONFIG_TEST_SREF_NOREF) += test/test_sref_noref.c
  20. x15_SOURCES-$(CONFIG_TEST_SREF_WEAKREF) += test/test_sref_weakref.c
  21. x15_SOURCES-$(CONFIG_TEST_THREAD_AFFINITY) += test/test_thread_affinity.c
  22. x15_SOURCES-$(CONFIG_TEST_THREAD_SUSPEND) += test/test_thread_suspend.c
  23. x15_SOURCES-$(CONFIG_TEST_UNWIND) += test/test_unwind.c
  24. x15_SOURCES-$(CONFIG_TEST_VM_MAP_PHYS) += test/test_vm_map_phys.c
  25. x15_SOURCES-$(CONFIG_TEST_VM_PAGE_FILL) += test/test_vm_page_fill.c
  26. x15_SOURCES-$(CONFIG_TEST_VM_FAULT) += test/test_vm_fault.c
  27. x15_SOURCES-$(CONFIG_TEST_XCALL) += test/test_xcall.c