X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fkernel%2FMakefile;h=c3b79bce0b9cd94337445a4d2ce40eb1cafc31e1;hb=0bdf8e980b73c9cf21a75da882f521958abff5ae;hp=e971a8855d8d46d1b9cb8016e1ba7010daab5178;hpb=884367fdde7eb9232dab47998c4cad44c28591a1;p=lttv.git diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile index e971a885..c3b79bce 100644 --- a/tests/kernel/Makefile +++ b/tests/kernel/Makefile @@ -1,8 +1,20 @@ ifneq ($(KERNELRELEASE),) ifneq ($(CONFIG_LTT),) - obj-m := test-time-probe.o test-l1-hit-probe.o test-int-response.o test-instrument-size-small.o test-instrument-size-med.o test-instrument-size-big.o test-time-precision.o +# 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 +# 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 + obj-m += test-kmalloc.o + obj-m += test-irqdis.o else KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd)