Fix tree after master branch merge
[lttng-tools.git] / Makefile.am
index 44f17148b73a06ffb49577d4710b40c53442f3b2..279a73ae53ccc2370c6e37363830065c9ff9a1f9 100644 (file)
@@ -1,6 +1,7 @@
 ACLOCAL_AMFLAGS = -I config
 
-SUBDIRS = liblttng-sessiond-comm \
+SUBDIRS = benchmark \
+                 liblttng-sessiond-comm \
                  libkernelctl \
                  liblttng-kconsumer \
                  liblttng-ustconsumer \
@@ -12,3 +13,6 @@ SUBDIRS = liblttng-sessiond-comm \
                  tests \
                  include \
                  doc
+
+bench:
+       ./benchmark/runall.sh
This page took 0.023239 seconds and 4 git commands to generate.