update tests
[lttv.git] / tests / kernel / Makefile
index c3b79bce0b9cd94337445a4d2ce40eb1cafc31e1..bd2ddc49f9c8d76a8fd2c81632969bc052e0c41c 100644 (file)
@@ -8,13 +8,15 @@ ifneq ($(CONFIG_LTT),)
 #      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
+#      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
+#      obj-m += test-int3.o
+       obj-m += test-kprobes.o
 else
        KERNELDIR ?= /lib/modules/$(shell uname -r)/build
        PWD := $(shell pwd)
This page took 0.023118 seconds and 4 git commands to generate.