Implement userspace-probe regression tests
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / Makefile.am
diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/Makefile.am b/tests/utils/testapp/userspace-probe-elf-cxx-binary/Makefile.am
new file mode 100644 (file)
index 0000000..c11c1a6
--- /dev/null
@@ -0,0 +1,4 @@
+# no optimization
+AM_CPPFLAGS = -O0
+noinst_PROGRAMS = userspace-probe-elf-cxx-binary
+userspace_probe_elf_cxx_binary_SOURCES = userspace-probe-elf-cxx-binary.cpp test_class.cpp test_class.h
This page took 0.025841 seconds and 5 git commands to generate.