Implement userspace-probe regression tests
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-binary / Makefile.am
diff --git a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am
new file mode 100644 (file)
index 0000000..9d4696b
--- /dev/null
@@ -0,0 +1,4 @@
+# no optimization
+AM_CFLAGS = -O0
+noinst_PROGRAMS = userspace-probe-elf-binary
+userspace_probe_elf_binary_SOURCES = userspace-probe-elf-binary.c
This page took 0.023315 seconds and 4 git commands to generate.