Fix: add missing tests/Kbuild
[lttng-modules.git] / tests / Kbuild
diff --git a/tests/Kbuild b/tests/Kbuild
new file mode 100644 (file)
index 0000000..340b71b
--- /dev/null
@@ -0,0 +1,11 @@
+TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/..
+
+include $(TOP_LTTNG_MODULES_DIR)/Makefile.ABI.workarounds
+
+ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)
+
+obj-$(CONFIG_LTTNG) += probes/lttng-test.o
+
+obj-$(CONFIG_LTTNG) += clock-plugin/lttng-clock-plugin-test.o
+
+# vim:syntax=make
This page took 0.022754 seconds and 4 git commands to generate.