X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fkernel%2FMakefile;h=3adfaf2390e47f604bf137520ece55636174676b;hb=c2bf1ace334f7d30f9ccca39254997112f8e229b;hp=a2f40d351b84817fe9eb7a5666141a3a0305bccf;hpb=428c3fb5c8120a229b1220014dbe7dd2f2294f39;p=lttv.git diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile index a2f40d35..3adfaf23 100644 --- a/tests/kernel/Makefile +++ b/tests/kernel/Makefile @@ -2,11 +2,17 @@ ifneq ($(KERNELRELEASE),) ifneq ($(CONFIG_LTT),) obj-m += ltt-facility-loader-tests.o obj-m += test-time-probe.o + obj-m += test-time-probe2.o obj-m += test-instrument-size-small.o obj-m += test-instrument-size-med.o obj-m += test-instrument-size-big.o - #test-l1-hit-probe.o + obj-m += test-printk-effect.o endif + obj-m += test-cmpxchg.o + obj-m += test-cmpxchg-nolock.o + obj-m += test-spinlock.o + obj-m += test-inc.o + obj-m += test-inc-nolock.o else KERNELDIR ?= /lib/modules/$(shell uname -r)/build