summaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: c1c617971312fdc0b4947ad64fb987a49d7612e0 (plain)
1
2
3
4
5
6
7
#
# Makefile for kernel subsystem specific tests
#

obj-$(CONFIG_DEBUG_LOCKING_API_SELFTESTS) += locking-selftest.o
obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
obj-$(CONFIG_RT_MUTEX_TESTER) += rtmutex-tester.o