Add UST vs SystemTAP scalability test
[ust.git] / tests / tracepoint / benchmark / Makefile.am
diff --git a/tests/tracepoint/benchmark/Makefile.am b/tests/tracepoint/benchmark/Makefile.am
new file mode 100644 (file)
index 0000000..50f7bf5
--- /dev/null
@@ -0,0 +1,7 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+
+noinst_PROGRAMS = tracepoint_benchmark
+tracepoint_benchmark_SOURCES = tracepoint_benchmark.c tracepoint_benchmark.h
+tracepoint_benchmark_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
+
+CFLAGS_tracepoint_benchmark.o = -I$(src) -g
This page took 0.023579 seconds and 4 git commands to generate.